-
-
Notifications
You must be signed in to change notification settings - Fork 142
Open
Labels
Description
Did you check the tree-sitter docs?
- I have read all the tree-sitter docs if it relates to using the parser
Is your feature request related to a problem? Please describe.
Support for parsing C++20 keywords was added, but no updated package has been published on PyPI or crates.io in over a year. This makes it rather hard to start using the new feature.
Describe the solution you'd like
Ideally, the maintainers of the tree-sitter-cpp would update the packages released.
Describe alternatives you've considered
I create a fork of tree-sitter-cpp and publish it on crates.io, PyPI, etc myself under a name like tree-sitter-cpp2, and then myself and others start using it.
This doesn't seem great, but if the people maintaining the official packages aren't publishing new versions, it is the only real alternative.
Additional context
No response