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
A textmate grammar generated by the TextMateHighlightingFragment does not contain a rule for punctuation. As a result, any punctuation characters are picked up by the invalid rule and highlighted accordingly.
I've looked at the code and basically every keyword that does not match \w+ is ignored here and will then be picked up by the invalid rule.
The text was updated successfully, but these errors were encountered:
A textmate grammar generated by the TextMateHighlightingFragment does not contain a rule for punctuation. As a result, any punctuation characters are picked up by the
invalid
rule and highlighted accordingly.I've looked at the code and basically every keyword that does not match
\w+
is ignored here and will then be picked up by theinvalid
rule.The text was updated successfully, but these errors were encountered: