rouge-ruby / rouge

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

Support private property identifier in JS lexer #2076

Closed tancnle closed 1 month ago

tancnle commented 1 month ago

This adds support to highlight private property identifier in JS lexer.

https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Classes/Private_properties

Before After
Screenshot 2024-09-25 at 10 46 45 PM Screenshot 2024-09-25 at 10 46 17 PM