rouge-ruby / rouge

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

Fix string interpolation in Ruby percent literal #1945

Closed tancnle closed 1 year ago

tancnle commented 1 year ago

This PR fixes string interpolation in Ruby's percent literal %.

Before After
before after

Closes #1944

tancnle commented 1 year ago

👋🏼 @ltickett Would it be possible if you could confirm this will fix the reported issue? 🙏🏼

ltickett commented 1 year ago

It certainly looks like it @tancnle

Before:

image

After:

image

Thanks so much 🙏

ltickett commented 1 year ago

Thanks again for fixing this @tancnle

What's the release process/cadence for the project please?

tancnle commented 1 year ago

Sorry for the delay @ltickett. I will try to cut a release before the end of the week.