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'd like to have a tree-sitter grammar for Nemo for easy highlighting in this repository, so I don't have to juggle two repos.
To have that happen we'd need to figure out how to automatically generate tree-sitter test cases from our existing compiler tests.
I also don't want to commit any of the generated C files.
I'd like to have a tree-sitter grammar for Nemo for easy highlighting in this repository, so I don't have to juggle two repos.
To have that happen we'd need to figure out how to automatically generate tree-sitter test cases from our existing compiler tests.
I also don't want to commit any of the generated C files.
Grammar lives in https://github.com/kritzcreek/tree-sitter-nemo at the moment.
The text was updated successfully, but these errors were encountered: