Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[feature request] Parse C++20 modules #174

Open
alfaix opened this issue Jul 31, 2022 · 1 comment · May be fixed by #173 or #266
Open

[feature request] Parse C++20 modules #174

alfaix opened this issue Jul 31, 2022 · 1 comment · May be fixed by #173 or #266

Comments

@alfaix
Copy link

alfaix commented Jul 31, 2022

Hi!

I'm experimenting with C++20 modules in neovim and tree-sitter can't parse modules.
I took a crack at implementing it and it seems to work. Implementation can be found in this PR.

Creating this issue to avoid duplicating work.

@cdacamar
Copy link

cdacamar commented Oct 7, 2024

I would love to see this. Currently translation units containing C++ modules keywords are hard to follow as highlighting quality quickly takes a nose-dive particularly after export is attached to various declarations.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants