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
|
||||
Reference in New Issue
Block a user