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

toml: only highlight inf and nan in value, highlight keys starting with digit #2003

Closed arp242 closed 3 months ago

arp242 commented 8 months ago

cap-2023-10-12T09:01:03

Fixes #1636 Fixes #1873

arp242 commented 8 months ago

Actually, I just realized that pushing all the content in the :content group fixes #1636 as well. Doesn't seem to cause any regressions in the test file, so amended this PR.

tancnle commented 3 months ago

Thanks, @arp242 ❤️ The changes LGTM :rocket: