rouge-ruby / rouge

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

Fix highlight of nullish coalescing operator in JS #1846

Closed tancnle closed 2 years ago

tancnle commented 2 years ago

Fix highlight of nullish coalescing operator in JS. Before this change, this operator was picked up as the start of a ternary statement and caused issues for the subsequent string.

Before After
Screen Shot 2022-06-30 at 7 14 58 pm Screen Shot 2022-06-30 at 7 11 23 pm

Fixes https://github.com/rouge-ruby/rouge/issues/1834

tancnle commented 2 years ago

👋🏼 @legacy3 could you kindly review this PR and see if it addresses the reported issue? 🙏🏼