rouge-ruby / rouge

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

Support for PureScript #463

Open clayrat opened 8 years ago

clayrat commented 8 years ago

This is a rather new JS-transpiling functional language: http://www.purescript.org/

Syntax is mostly the same as that of Haskell, and there is already a highlighting package for Atom editor: https://github.com/purescript-contrib/atom-language-purescript/blob/master/grammars/purescript.cson

jneen commented 8 years ago

Yes, that would be wonderful :]

toastal commented 5 years ago

I mean worst case, just alias it to Haskell until full support comes :man_shrugging:. I pushed *.purs gitlab-language=haskell in my .gitattributes file on my default branch to get PureScript "highlighting" in GitLab. It seems to be okay.