mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-14 17:30:08 -04:00
Query: update highlights (#1175)
This commit is contained in:
parent
7e9e8f2af9
commit
2a946ddc7e
2 changed files with 5 additions and 1 deletions
|
|
@ -111,7 +111,7 @@
|
||||||
"revision": "965948cce9a94a710b1339851e0919471ad5ee2c"
|
"revision": "965948cce9a94a710b1339851e0919471ad5ee2c"
|
||||||
},
|
},
|
||||||
"query": {
|
"query": {
|
||||||
"revision": "f895b8eee4e14c5e81ea277d866e5f1625167369"
|
"revision": "d558801c7f11d9a4d9ed119480f8a5d2a49d61d6"
|
||||||
},
|
},
|
||||||
"r": {
|
"r": {
|
||||||
"revision": "9a7f8d6429a48116f4c757ec0abbe42ac87c1f8e"
|
"revision": "9a7f8d6429a48116f4c757ec0abbe42ac87c1f8e"
|
||||||
|
|
|
||||||
|
|
@ -12,6 +12,8 @@
|
||||||
(quantifier) @operator
|
(quantifier) @operator
|
||||||
(predicate_type) @punctuation.special
|
(predicate_type) @punctuation.special
|
||||||
|
|
||||||
|
"." @operator
|
||||||
|
|
||||||
[
|
[
|
||||||
"["
|
"["
|
||||||
"]"
|
"]"
|
||||||
|
|
@ -19,5 +21,7 @@
|
||||||
")"
|
")"
|
||||||
] @punctuation.bracket
|
] @punctuation.bracket
|
||||||
|
|
||||||
|
":" @punctuation.delimiter
|
||||||
|
|
||||||
((program . (comment) @include)
|
((program . (comment) @include)
|
||||||
(#match? @include "^;\ +inherits\ *:"))
|
(#match? @include "^;\ +inherits\ *:"))
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue