Regenerate nvim config
This commit is contained in:
@ -0,0 +1,38 @@
|
||||
(keysym) @constant
|
||||
|
||||
((keysym) @constant.builtin
|
||||
(#eq? @constant.builtin "Multi_key"))
|
||||
|
||||
(text) @string
|
||||
|
||||
"include" @keyword.import
|
||||
|
||||
[
|
||||
(octal)
|
||||
(hex)
|
||||
] @number
|
||||
|
||||
[
|
||||
(modifier)
|
||||
"None"
|
||||
] @keyword.modifier
|
||||
|
||||
[
|
||||
"%L"
|
||||
"%H"
|
||||
"%S"
|
||||
] @string.special
|
||||
|
||||
[
|
||||
"!"
|
||||
"~"
|
||||
] @operator
|
||||
|
||||
[
|
||||
":"
|
||||
"<"
|
||||
">"
|
||||
"\""
|
||||
] @punctuation.delimiter
|
||||
|
||||
(comment) @comment @spell
|
||||
@ -0,0 +1,2 @@
|
||||
((comment) @injection.content
|
||||
(#set! injection.language "comment"))
|
||||
@ -0,0 +1,5 @@
|
||||
(result
|
||||
(keysym) @local.definition)
|
||||
|
||||
(event
|
||||
(keysym) @local.reference)
|
||||
Reference in New Issue
Block a user