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

Fix highlight of ellipsis in Python lexer #1964

Closed tancnle closed 1 year ago

tancnle commented 1 year ago

This fixes ellipsis being incorrectly picked up as start of a prompt in doctest.

Before After
Screenshot 2023-06-01 at 10 02 27 pm Screenshot 2023-06-01 at 10 03 08 pm