Hi guys,
Does anyone know enough about Pygments (https://github.com/pygments/pygments) to update the Nim/Nimrod lexer for it?
Thanks, Matic
Add to this unicode symbols are broken. Anything after in the line after a unicode symbol has a wrong color.
So yeah, I'd say there's some stuff that could be fixed.
As far as I can tell the code is pretty simple though. The Nim related logic is here:
https://github.com/pygments/pygments/blob/master/pygments/lexers/nimrod.py
I'll see if I can upgrade it. Thanks for the information.