Closed zeroasterisk closed 7 years ago
This looks to be from some other plugin or syntax file. I don't see xmlTagN
defined anywhere in the standard vim runtime files. Could you try grepping for xmlTagN
in your ~/.vim/
?
Sorry for the late reply on this.
Closing this for now, feel free to reopen if this is still a problem for you.
I have an odd JSX problem where the opening tag is correctly highlighted as
xmlTagName
but the closing one isxmlTagN
--- but I can not determine why this is the case...It's certainly not a great solution, to just color code the errored syntax, but it does work for now and would probably help anyone else out who is having the same JSX highlighting problems... (there are several)