mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-02 03:26:52 -04:00
highlights(html_tags): more specific attribute_value target
This commit is contained in:
parent
41a097d9c5
commit
5e2121a227
1 changed files with 2 additions and 2 deletions
|
|
@ -2,8 +2,8 @@
|
|||
(erroneous_end_tag_name) @error
|
||||
(comment) @comment
|
||||
(attribute_name) @tag.attribute
|
||||
(attribute_value) @string
|
||||
(quoted_attribute_value) @string
|
||||
(attribute
|
||||
(quoted_attribute_value) @string)
|
||||
(text) @text
|
||||
|
||||
((element (start_tag (tag_name) @_tag) (text) @text.title)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue