1
Files
flake-nixinator/config/neovim/store/nvim-treesitter/queries/strace/highlights.scm

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