mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-03 12:06:55 -04:00
19 lines
309 B
Scheme
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
|