mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-02 03:26:52 -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"
|
||||
},
|
||||
"query": {
|
||||
"revision": "f895b8eee4e14c5e81ea277d866e5f1625167369"
|
||||
"revision": "d558801c7f11d9a4d9ed119480f8a5d2a49d61d6"
|
||||
},
|
||||
"r": {
|
||||
"revision": "9a7f8d6429a48116f4c757ec0abbe42ac87c1f8e"
|
||||
|
|
|
|||
|
|
@ -12,6 +12,8 @@
|
|||
(quantifier) @operator
|
||||
(predicate_type) @punctuation.special
|
||||
|
||||
"." @operator
|
||||
|
||||
[
|
||||
"["
|
||||
"]"
|
||||
|
|
@ -19,5 +21,7 @@
|
|||
")"
|
||||
] @punctuation.bracket
|
||||
|
||||
":" @punctuation.delimiter
|
||||
|
||||
((program . (comment) @include)
|
||||
(#match? @include "^;\ +inherits\ *:"))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue