nanotech / jellybeans.vim

A colorful, dark color scheme for Vim.
http://www.vim.org/scripts/script.php?script_id=2555
1.8k stars 315 forks source link

added xmlTagN (bad xmlTagName) #65

Closed zeroasterisk closed 7 years ago

zeroasterisk commented 7 years ago

I have an odd JSX problem where the opening tag is correctly highlighted as xmlTagName but the closing one is xmlTagN --- 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)

ss

nanotech commented 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.

nanotech commented 7 years ago

Closing this for now, feel free to reopen if this is still a problem for you.