Update queries to make use of new features
This commit is contained in:
parent
92c17db0a9
commit
7f442e1c61
|
@ -16,7 +16,7 @@
|
||||||
"nan": "^2.14.0"
|
"nan": "^2.14.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"tree-sitter-cli": "^0.16.7"
|
"tree-sitter-cli": "^0.16.9"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "tree-sitter test && tree-sitter parse examples/*.html --quiet --time",
|
"test": "tree-sitter test && tree-sitter parse examples/*.html --quiet --time",
|
||||||
|
|
|
@ -5,6 +5,8 @@
|
||||||
(attribute_value) @string
|
(attribute_value) @string
|
||||||
(comment) @comment
|
(comment) @comment
|
||||||
|
|
||||||
"<" @punctuation.bracket
|
[
|
||||||
">" @punctuation.bracket
|
"<"
|
||||||
"</" @punctuation.bracket
|
">"
|
||||||
|
"</"
|
||||||
|
] @punctuation.bracket
|
||||||
|
|
Loading…
Reference in New Issue