tree-sitter-cpp icon indicating copy to clipboard operation
tree-sitter-cpp copied to clipboard

feature: Updated release with C++20 modules support

Open nightlark opened this issue 2 months ago • 2 comments

Did you check the tree-sitter docs?

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

nightlark avatar Nov 05 '25 18:11 nightlark

@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?

nightlark avatar Nov 05 '25 18:11 nightlark

I cannot, only @amaanq or @maxbrunsfeld can do that.

jdrouhard avatar Nov 05 '25 19:11 jdrouhard