rouge-ruby / rouge

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

Added record, moved enum, added var for Groovy #1984

Closed glaforge closed 10 months ago

glaforge commented 11 months ago

Groovy supports records, a new kind of class. Moved enum to be a kind of type as well (like classes, interfaces, etc.) Added var as an alternative to the def keyword.

tancnle commented 10 months ago

Thank you for your contribution @glaforge 🙇🏼 LGTM 🚀