Skip to content

Conversation

clarinetJWD
Copy link

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.

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 `<`
Added one more end flag to ensure that `RRR, GGG, BBB` values are detected on newlines if nothing else is on the line.
@clarinetJWD
Copy link
Author

Added |\r to the regex string to detect the first lines in situations like:

123, 124, 125
111, 222, 333

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant