mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-09 23:10:11 -04:00
34 lines
349 B
Scheme
34 lines
349 B
Scheme
(identifier) @type.builtin
|
|
|
|
(attribute
|
|
(identifier) @property)
|
|
|
|
(property
|
|
(path) @property)
|
|
|
|
(constructor
|
|
(identifier) @constructor)
|
|
|
|
(string) @string
|
|
|
|
(integer) @number
|
|
|
|
(float) @number.float
|
|
|
|
(true) @constant.builtin
|
|
|
|
(false) @constant.builtin
|
|
|
|
[
|
|
"["
|
|
"]"
|
|
] @tag.delimiter
|
|
|
|
[
|
|
"("
|
|
")"
|
|
"{"
|
|
"}"
|
|
] @punctuation.bracket
|
|
|
|
"=" @operator
|