You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Changed the semantics of range-restricted query to report matches that intersect the range, instead of only fully-contained matches. See tree-sitter#1130.
Fixed an issue where multiple patterns with the same capture names can result in the first capture being omitted.
Improved performance:
Disabled query-region extension. Added a flag to turn it back on: tree-sitter-hl-enable-query-region-extension.
Increased default chunk size for parsing from 1024 to 4096.