nvim-treesitter/queries/strace/highlights.scm

53 lines
494 B
Scheme
Raw Normal View History

2023-08-20 04:33:33 -04:00
[
"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
2023-09-13 00:25:01 +09:00
(comment) @comment @spell