feature: Updated release with C++20 modules support
Did you check the tree-sitter docs?
- [x] 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
@amaanq and @jdrouhard not sure if you guys are the ones that are able to do an updated package release, or if there's someone else that needs to get nudged for this?
I cannot, only @amaanq or @maxbrunsfeld can do that.