rouge-ruby / rouge

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

irb lexer: recognize the SIMPLE prompt #1943

Closed r3trofitted closed 1 year ago

r3trofitted commented 1 year ago

I'm used to IRB's "simple" prompt (>>), and found out while writing documentation that Rouge didn't support it yet. So this PR basically adds it. Cheers!