rouge-ruby / rouge

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

Add support for TalonScript files (example.talon) #1886

Open Spiteless opened 1 year ago

Spiteless commented 1 year ago

TalonScript, .talon files

Unofficial Wiki Official Docs

Implementation in other libraries

There is a VSCode extension properly highlighting TalonScript here

Additional context

I plan on learning enough Ruby to create this lexer myself. If anyone wants to hop in and provide pointers along the way I'm happy to listen :)