mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-03 12:06:55 -04:00
22 lines
254 B
Scheme
22 lines
254 B
Scheme
"let" @keyword
|
|
"in" @keyword
|
|
|
|
[
|
|
"{"
|
|
"}"
|
|
"["
|
|
"]"
|
|
] @punctuation.bracket
|
|
|
|
"." @punctuation.delimiter
|
|
|
|
(input) @constant
|
|
(comment) @comment @spell
|
|
|
|
(string) @string
|
|
(integer) @number
|
|
(float) @float
|
|
(boolean) @boolean
|
|
(null) @keyword
|
|
|
|
(ERROR) @error
|