Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change xmlTagName highlight group when it is patched #104

Closed
rbong opened this issue Jun 8, 2019 · 4 comments
Closed

Change xmlTagName highlight group when it is patched #104

rbong opened this issue Jun 8, 2019 · 4 comments

Comments

@rbong
Copy link

rbong commented Jun 8, 2019

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

@dimbleby
Copy link

dimbleby commented Jun 8, 2019

vim/vim#884

@rbong
Copy link
Author

rbong commented Jun 8, 2019

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
Copy link

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
Copy link
Author

rbong commented Oct 3, 2020

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

@rbong rbong closed this as completed Oct 3, 2020
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

No branches or pull requests

2 participants