rouge-ruby / rouge

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

Please include support for PL/SQL! #1443

Open josemalena opened 4 years ago

josemalena commented 4 years ago

Please include support for PL/SQL! Is very simple! Is just an upgrade to the SLQ highlighter See: Check out the basic missing syntax

IF, ELSIF, WHILE, LOOP, EXCEPTION, PACKAGE, PACKAGE BODY

If you add those it will be much more complete!

pyrmont commented 4 years ago

@josemalena Thanks for filing the request about PL/SQL. At this stage in its development, Rouge predominantly relies on submissions from its community for new lexers. If you'd like to give it a shot, we have documentation about how to do that.

josemalena commented 4 years ago

Thanks! I’m glad to help!