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 hex numbers in Pascal lexer #1840

Closed tancnle closed 2 years ago

tancnle commented 2 years ago

Fix highlight of hex numbers in Pascal lexer.

I have also added an example and verified it via the visual test site.

Screen Shot 2022-06-26 at 4 29 35 pm

Closes https://github.com/rouge-ruby/rouge/issues/1835

tancnle commented 2 years ago

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

Alexey-T commented 2 years ago

Tks, fixed.