zed-industries / zed

Code at the speed of thought – Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.
https://zed.dev
Other
35.33k stars 1.79k forks source link

suggestion: update `tree-sitter` #12016

Closed ognevny closed 1 week ago

ognevny commented 2 weeks ago

Check for existing issues

Describe the feature

there was lots of changes from v0.20 to v0.22. I'm not sure, but I suppose that it would fix #11040

If applicable, add mockups / screenshots to help present your vision of the feature

there are lots of tree-sitter crates, so I didn't find a way to update them all :D

maxdeviant commented 1 week ago

We're intentionally on a branch of v0.20 of Tree-sitter that contains some backported functionality from later releases.

We have been holding off on upgrading because it involves a lot of churn with the Tree-sitter grammars we depend on for native language support.

ognevny commented 1 week ago

We're intentionally on a branch of v0.20 of Tree-sitter that contains some backported functionality from later releases.

We have been holding off on upgrading because it involves a lot of churn with the Tree-sitter grammars we depend on for native language support.

how long will you stay at v0.20?