Editor Support: tmBundle for syntax highlighting
Howdy,
It'd be nice there was a tmBundle (textmate bundle) for hightling cql syntax. It would allow nearly every text editor on the planet to then highlight CQL.
Best, Seve
P.S. I've been looking around to see if there's a tool that'll take the antlr4 code and automagically output one but I haven't yet gotten the parser to build.
There is an XML filed used by RSyntaxTextArea's TokenMakerMaker that lists all the CQL keywords that are highlighted in the editor (an RSyntaxTextArea):
https://github.com/CategoricalData/CQL/blob/master/tools/aqlparse
If you're willing to create a tmBundle that would be great!
Update: there's a new line-by-line tokenizer for syntax highlighting that replaces the tool mentioned above.