Upgrade tree-sitter to v0.26.9#57183
Conversation
|
With this upgrade, you should be able to safely remove (or significantly raise) tree-sitter's match limit of 64 from here. 0.26.9 includes some perf improvements that made this feasible even for larger files. For reference, it's also been removed in Neovim without any issues thus far. There was an issue open for this but it was closed due to inactivity: #22042 |
Thanks! That's good context to have. We can explore doing that as a follow-up after we've landed this version bump. |
This PR upgrades `tree-sitter` to v0.26.9. We're interested in tree-sitter/tree-sitter#5605, which should fix a panic when loading certain grammars. Closes FR-1. Release Notes: - Fixed a panic when loading certain Tree-sitter grammars containing supertypes.
This PR upgrades `tree-sitter` to v0.26.9. We're interested in tree-sitter/tree-sitter#5605, which should fix a panic when loading certain grammars. Closes FR-1. Release Notes: - Fixed a panic when loading certain Tree-sitter grammars containing supertypes.
This PR upgrades
tree-sitterto v0.26.9.We're interested in tree-sitter/tree-sitter#5605, which should fix a panic when loading certain grammars.
Closes FR-1.
Release Notes: