Add syntax highlighting
It would be great to have basic syntax highlighting in editors. As a place to start, it seems Textmate grammar is the standard way to do that, to support things like VSCode
I didn't know there was this much
#00FF00in the whole galaxy...
I've created a repository for this and invited you @mirdaki (happy to transfer as well).
Testing it locally with the example files it all seems to work well!
It's configured ready to be published, I'm happy to share links to info I found on this if needed.
Oh that's fantastic! I will try to look though it soon. Once it's published I'll make sure to update the README with information on using it. Thank you for putting it together
@GregT2207 I was able to give it a look over and it seems to cover everything. Feel free to publish when you're ready!
here's my VSCode extension to help with authoring TextMate grammars https://marketplace.visualstudio.com/items?itemName=RedCMD.tmlanguage-syntax-highlighter
Certainly seems helpful! Thanks for sharing @RedCMD