nvim-treesitter/queries/query/highlights.scm
Santos Gallegos b59576c14b Query: update highlights
More color!
2020-09-04 13:09:28 -05:00

19 lines
309 B
Scheme

(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