-
Notifications
You must be signed in to change notification settings - Fork 4.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add MoonScript #246
Add MoonScript #246
Conversation
Moonscript support would be super cool. 👍 |
Being such a simple addition, why hasn't this been merged? |
There aren't many of us, but we do exist! Support for MoonScript would be awesome! |
This would be very nice, please consider merging this! |
+1 |
This would be great. |
+1 |
I would really like to see this merged! |
👍 |
Yes please |
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 |
another +1 |
All the +1s |
Can we get some sample files? |
Sample added, anything else? |
@leafo looks good, but you can actually drop the extra
part. I'm in process of removing it from everywhere else. Then this should be good to go. |
Okay, should be set. Thanks! |
Seems fine. |
Great! 🤘 |
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