You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
rougify prints wrong ANSI sequences: literally \e intead of special character ^[ (0x1b): all lines except first one begin with \e[38;5;230m and end with \e[39m
May be these sequences are unnecessary because colors are shown as expected.
To Reproduce
Open terminal
Execute path/to/rougify some-file.ext
Expected behavior
Expected output must not contain unnecessary characters.
@shoorick Great! All credit to @jneen; she came across this just before you did it would appear :D
We push out new versions of Rouge on a monthly cadence at the moment. The version with this fix (v3.16.0) is scheduled to go out on Tuesday 11 February.
@pyrmont Fine! I’m glad that Rouge is live and goes on.
I've made pull request for Gettext lexer and right now I'm working on LilyPond lexer (its syntax is more complicated than Gettext). I hope I’ll finish this work shortly.
rougify
prints wrong ANSI sequences: literally\e
intead of special character^[
(0x1b
): all lines except first one begin with\e[38;5;230m
and end with\e[39m
May be these sequences are unnecessary because colors are shown as expected.
To Reproduce
path/to/rougify some-file.ext
Expected behavior
Expected output must not contain unnecessary characters.
Screenshot
System:
The text was updated successfully, but these errors were encountered: