mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-02 03:26:52 -04:00
37 lines
337 B
Scheme
37 lines
337 B
Scheme
[
|
|
"let"
|
|
"in"
|
|
] @keyword
|
|
|
|
[
|
|
"{"
|
|
"}"
|
|
"["
|
|
"]"
|
|
] @punctuation.bracket
|
|
|
|
"." @punctuation.delimiter
|
|
|
|
[
|
|
".."
|
|
"="
|
|
] @operator
|
|
|
|
(input) @constant
|
|
|
|
(null) @constant.builtin
|
|
|
|
(comment) @comment @spell
|
|
|
|
(string) @string
|
|
|
|
(integer) @number
|
|
|
|
(float) @number.float
|
|
|
|
(float
|
|
"." @number.float)
|
|
|
|
(boolean) @boolean
|
|
|
|
(path_seg) @property
|