mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-08 22:40:12 -04:00
Query: update highlights (#1175)
This commit is contained in:
parent
7e9e8f2af9
commit
2a946ddc7e
2 changed files with 5 additions and 1 deletions
|
|
@ -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