Closed robertjk closed 6 years ago
Hi
I don't see tihs issue
Do you update to latest version?
My mistake. It's actually caused by plugin vim-javascript. As soon as I disable that plugin, the highlighting works fine. For some reason they don't play well in that area.
The problem
data-*
attributes are highlighted only partially by Vim - onlydata
prefix is styled as the other attributes, while the rest of the attribute name is styled like a tag name. For example for attributedata-target
:data
would be styled like attribute name, while-target
like a tag name.Expected behavior
I expect the whole attribute name (
data-target
in the example) to be highlighted (styled) as attribute name.