rouge-ruby / rouge

A pure Ruby code highlighter that is compatible with Pygments
https://rouge.jneen.net/
Other
3.34k stars 739 forks source link

CQL support #1366

Open zablvit opened 4 years ago

zablvit commented 4 years ago

I would apprecaite CQL support in rouge :)

The name of the language Cassandra Query Language or CQL

Implementation in other libraries Chroma implementation

pyrmont commented 4 years ago

Thanks for taking the time to file an issue, @zablvit. At this stage in its life, Rouge relies on the support of our community for new language lexers. We always encourage new language lexer submissions to be submitted via PR. If you'd like to contribute, please feel free. This guide helps explain how to write a lexer (the Chroma lexer will provide some assistance in what regular expressions to use for the various states).