You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: