Conversation
Contributor
Adds MoonScript to the list of languages.
I didn't add a code sample because I can't run the script to regenerate the database because ruby pygments does not run on my system due to old version of rubypython: pygments/pygments.rb#10
There aren't many of us, but we do exist! Support for MoonScript would be awesome!
Contributor Author
It's been 4 months since opening this. Is there anything I can do to move this along?
The pygments support is there and it already works fine in any markdown text:
class Thing name: "unknown" class Person extends Thing say_name: => print "Hello, I am", @name with Person! .name = "MoonScript" \say_name!
I'm not sure what is holding this back but it would be a great to have files highlighted as well.
Thanks
Contributor
@leafo looks good, but you can actually drop the extra
extensions:
- .moon
part. I'm in process of removing it from everywhere else. Then this should be good to go.
Labels
None yet