57 lines
499 B
Scheme
57 lines
499 B
Scheme
[
|
|
"killed"
|
|
"by"
|
|
"exited"
|
|
"with"
|
|
"<unfinished ...>"
|
|
"<..."
|
|
"resumed>"
|
|
] @keyword
|
|
|
|
[
|
|
(errorName)
|
|
(errorDescription)
|
|
] @keyword.exception
|
|
|
|
(syscall) @function.builtin
|
|
|
|
; Literals
|
|
[
|
|
(integer)
|
|
(pointer)
|
|
] @number
|
|
|
|
(value) @label
|
|
|
|
(string) @string
|
|
|
|
[
|
|
"="
|
|
"|"
|
|
"*"
|
|
"&&"
|
|
"=="
|
|
] @operator
|
|
|
|
; Punctuation
|
|
[
|
|
"+++"
|
|
"---"
|
|
"..."
|
|
"~"
|
|
] @punctuation.special
|
|
|
|
[
|
|
"("
|
|
")"
|
|
"["
|
|
"]"
|
|
] @punctuation.bracket
|
|
|
|
[
|
|
","
|
|
"=>"
|
|
] @punctuation.delimiter
|
|
|
|
(comment) @comment @spell
|