Skip to content

0.16.0

Compare
Choose a tag to compare
@github-actions github-actions released this 08 Dec 12:12
· 114 commits to master since this release
0.16.0
  • Upgraded tree-sitter crate to 0.20.0, which:
    • 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.