nvim-treesitter/runtime/queries/strace/highlights.scm
2025-05-12 18:43:40 +02:00

56 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