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.