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

Handle common line continuation in PS #1901

Closed tancnle closed 1 year ago

tancnle commented 1 year ago

This fixes error with line continuation character in the middle of the string interpolation.

Before After
Screenshot 2022-12-05 at 10 59 12 am Screenshot 2022-12-05 at 10 59 27 am