mirror of
https://github.com/chenasraf/nvim-treesitter.git
synced 2026-05-18 01:39:00 +00:00
Query: update highlights
More color!
This commit is contained in:
committed by
Thomas Vigouroux
parent
1ba18329c7
commit
fa5aa080dc
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user