Incomplete combined escape sequence support
hadisfr opened this issue · 0 comments
hadisfr commented
It seems plugin doesn't support combined escape sequences. E.g. the following string won't be colorized at all in sublime text by plugin, while Colored should appear with red color on a yellow background.
echo -e "Normal\x1b[31;43mColored\x1b[0mNormal"