mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-16 10:20:11 -04:00
html: Highlight (quoted_attribute_value) as @string
This commit is contained in:
parent
c934ea694c
commit
0ad3872fde
1 changed files with 1 additions and 0 deletions
|
|
@ -3,6 +3,7 @@
|
||||||
(doctype) @constant
|
(doctype) @constant
|
||||||
(attribute_name) @property
|
(attribute_name) @property
|
||||||
(attribute_value) @string
|
(attribute_value) @string
|
||||||
|
(quoted_attribute_value) @string
|
||||||
(comment) @comment
|
(comment) @comment
|
||||||
|
|
||||||
"=" @operator
|
"=" @operator
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue