Regenerate nvim config
This commit is contained in:
@ -0,0 +1,56 @@
|
||||
[
|
||||
"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
|
||||
@ -0,0 +1,2 @@
|
||||
((comment) @injection.language
|
||||
(#set! @injection.language "comment"))
|
||||
Reference in New Issue
Block a user