Open clarinetJWD opened 1 month ago
Currently, colors in XML like <color>123, 234, 12</color> don't highlight. This change enables highlighting in XML files where the color string ends with a <
<color>123, 234, 12</color>
<
It also changes the "end" string to not highlight the trailing space or semicolon.
Added |\r to the regex string to detect the first lines in situations like:
|\r
123, 124, 125 111, 222, 333
Currently, colors in XML like
<color>123, 234, 12</color>
don't highlight. This change enables highlighting in XML files where the color string ends with a<
It also changes the "end" string to not highlight the trailing space or semicolon.