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
It'd be nice to have syntax highlighting of CG-3 files in Github. They use linguist which reads TextMate-compatible syntax highlighting grammars:
so step 1 would be to get syntax highlighting of CG-3 files working in TextMate.
There's an interactive grammar tester at https://github-lightshow.herokuapp.com
https://github.com/Agrabski/antlr_to_sublime_convert seems like it can convert antlr's to textmate
The text was updated successfully, but these errors were encountered:
I think VSCode also uses TextMate, so that's another reason it'd be nice to have.
Can the tree-sitter grammar https://github.com/apertium/tree-sitter-apertium/tree/master/tree-sitter-cg be converted? (Preferably even as a build-step?)
Sorry, something went wrong.
No branches or pull requests
unhammer commentedOct 25, 2019
•
edited
It'd be nice to have syntax highlighting of CG-3 files in Github. They use linguist which reads TextMate-compatible syntax highlighting grammars:
so step 1 would be to get syntax highlighting of CG-3 files working in TextMate.
There's an interactive grammar tester at https://github-lightshow.herokuapp.com
https://github.com/Agrabski/antlr_to_sublime_convert seems like it can convert antlr's to textmate
The text was updated successfully, but these errors were encountered: