Skip to content
New issue

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

Editor Support: tmBundle for syntax highlighting #41

Open
tehprofessor opened this issue Nov 28, 2019 · 2 comments
Open

Editor Support: tmBundle for syntax highlighting #41

tehprofessor opened this issue Nov 28, 2019 · 2 comments
Labels
help wanted Extra attention is needed

Comments

@tehprofessor
Copy link

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.

@wisnesky wisnesky added the help wanted Extra attention is needed label Nov 30, 2019
@wisnesky
Copy link
Contributor

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!

@wisnesky
Copy link
Contributor

Update: there's a new line-by-line tokenizer for syntax highlighting that replaces the tool mentioned above.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Development

No branches or pull requests

2 participants