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

Mojo language highlighting support. #2050

Open ivellapillil opened 1 month ago

ivellapillil commented 1 month ago

Mojo (https://www.modular.com/max/mojo) is a relatively new programming language which is planned to be a superset of Python. With this contribution, I would like to start with syntax highlighting for Mojo.

I plan to keep updating the lexer as and when Mojo introduces new keywords or syntax constructs.