mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-04 12:30:01 -04:00
54 lines
503 B
Scheme
54 lines
503 B
Scheme
[
|
|
"killed"
|
|
"by"
|
|
"exited"
|
|
"with"
|
|
"<unfinished ...>"
|
|
"<..."
|
|
"resumed>"
|
|
] @keyword
|
|
|
|
[
|
|
(errorName)
|
|
(errorDescription)
|
|
] @exception
|
|
|
|
(syscall) @function.builtin
|
|
|
|
; Literals
|
|
|
|
(integer) @number
|
|
|
|
(pointer) @number.special
|
|
|
|
(value) @label
|
|
|
|
(string) @string
|
|
|
|
[
|
|
"="
|
|
"|"
|
|
"*"
|
|
"&&"
|
|
"=="
|
|
] @operator
|
|
|
|
; Punctuation
|
|
|
|
[
|
|
"+++"
|
|
"---"
|
|
"..."
|
|
"~"
|
|
] @punctuation.special
|
|
|
|
[ "(" ")" "[" "]" ] @punctuation.bracket
|
|
|
|
[
|
|
","
|
|
"=>"
|
|
] @punctuation.delimiter
|
|
|
|
(comment) @comment
|
|
|
|
(ERROR) @error
|