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

xml: Extmarks in single/closed tag marks all text inside <> #378

Open
kaddkaka opened this issue Feb 10, 2025 · 0 comments
Open

xml: Extmarks in single/closed tag marks all text inside <> #378

kaddkaka opened this issue Feb 10, 2025 · 0 comments
Labels

Comments

@kaddkaka
Copy link

Explain the issue

  1. What vim version are you using? neovim 0.10.2 with TreeSitter highlighting and additional_vim_regex_highlighting = true.
  2. Steps to reproduce
    In an xml file with this context:
<a banana/>
 ^^^^^^^^    Having cursor on any of these characters, will
 ^^^^^^^^^    highlight all of these characters
  1. Expected behavior
    Only show highlights for the matching pair< and >

Minimal vimrc file

Let me get back to this

@kaddkaka kaddkaka added the bug label Feb 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant