mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -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
|
||||
(attribute_name) @property
|
||||
(attribute_value) @string
|
||||
(quoted_attribute_value) @string
|
||||
(comment) @comment
|
||||
|
||||
"=" @operator
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue