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

[feature request] Parse C++20 modules

Open alfaix opened this issue 3 years ago • 1 comments

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.

alfaix avatar Jul 31 '22 16:07 alfaix

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.

cdacamar avatar Oct 07 '24 20:10 cdacamar