nvim-treesitter/runtime/queries/strace/highlights.scm
2023-09-09 16:16:51 +02:00

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