gruvbox-community / gruvbox

Retro groove color scheme for Vim - community maintained edition
MIT License
801 stars 62 forks source link

Change xmlTagName highlight group when it is patched #104

Closed rbong closed 4 years ago

rbong commented 5 years ago

See #103 - we are waiting on the Vim XML syntax to be patched to contain the tag name in the end tag

dimbleby commented 5 years ago

vim/vim#884

rbong commented 5 years ago

I have also sent an email to the xml runtime file syntax maintainer, since it seems you're expected to contact the maintainer for runtime files rather than submit a pull request.

dimbleby commented 4 years ago

The syntax fix has now made it into the Vim codebase - as at vim/vim@96f45c0.

Of course it will be some time before most users pick that up.

rbong commented 4 years ago

It's now been a year... I'm returning the tag color to blue. Workaround if you are using an old version to return the tag color to aqua:

autocmd ColorScheme gruvbox hi! link xmlTagName GruvboxAquaBold