mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-14 09:20:04 -04:00
Merge pull request #75 from theHamsta/html-quoted_attribute_value
html: Highlight (quoted_attribute_value) as @string
This commit is contained in:
commit
a76c7b3b70
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