Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
tsc-dyn.dll | 2021-12-08 | 2.0 MB | |
tsc-dyn.so | 2021-12-08 | 4.0 MB | |
tsc-dyn.dylib | 2021-12-08 | 2.4 MB | |
0.16.0.tar.gz | 2021-12-08 | 537.2 kB | |
0.16.0.zip | 2021-12-08 | 570.4 kB | |
README.md | 2021-12-08 | 671 Bytes | |
Totals: 6 Items | 9.5 MB | 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.