mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-02 11:36:54 -04:00
27 lines
459 B
Scheme
27 lines
459 B
Scheme
(string) @string
|
|
(escape_sequence) @string.escape
|
|
(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
|
|
|
|
"." @operator
|
|
|
|
[
|
|
"["
|
|
"]"
|
|
"("
|
|
")"
|
|
] @punctuation.bracket
|
|
|
|
":" @punctuation.delimiter
|
|
|
|
((program . (comment) @include)
|
|
(#match? @include "^;\ +inherits\ *:"))
|