mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
Query: update highlights
More color!
This commit is contained in:
parent
1ba18329c7
commit
fa5aa080dc
1 changed files with 11 additions and 0 deletions
|
|
@ -1,8 +1,19 @@
|
|||
(string) @string
|
||||
(capture) @type
|
||||
(anonymous_node) @string
|
||||
(predicate) @function
|
||||
(named_node
|
||||
name: (identifier) @variable
|
||||
(field_definition
|
||||
name: (identifier) @property))
|
||||
(comment) @comment
|
||||
|
||||
(quantifier) @operator
|
||||
(predicate_type) @punctuation.special
|
||||
|
||||
[
|
||||
"["
|
||||
"]"
|
||||
"("
|
||||
")"
|
||||
] @punctuation.bracket
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue