rouge-ruby / rouge

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

Add Support for Stylus #545

Open JWo1F opened 7 years ago

JWo1F commented 7 years ago

Stylus does introduce a syntax extension for css. Looks like SASS.

Stylus Specs: http://stylus-lang.com/

File extension: .styl

sylvainbaronnet commented 7 years ago

That would be great !

JWo1F commented 7 years ago

BTW, we can use a syntax from "SAAS". I think it looks like Stylus.

sylvainbaronnet commented 7 years ago

With Stylus you can ommit { } : ; , so it could be very different

JWo1F commented 7 years ago

Oh, yes. It's sadly.

Charuru commented 5 years ago

Please?

stale[bot] commented 4 years ago

This issue has been automatically marked as stale because it has not had any activity for more than a year. It will be closed if no additional activity occurs within the next 14 days.

If you would like this issue to remain open, please reply and let us know if the issue is still reproducible.

pyrmont commented 4 years ago

Apologies for the automated message. I've changed the setting on how GitHub reviews issue to disable adding stale-issue to lexer requests.

That said, to set expectations appropriately, I should note that Rouge is at a stage in its development where it relies predominantly on its community to submit new lexers as PRs. If anyone in this thread wants to give it a shot, we have documentation that can help in learning the ropes of lexer development.