Regenerate nvim config
This commit is contained in:
@ -0,0 +1 @@
|
||||
(section) @fold
|
||||
@ -0,0 +1,56 @@
|
||||
(comment) @comment @spell
|
||||
|
||||
[
|
||||
"source"
|
||||
"exec"
|
||||
"exec-once"
|
||||
] @keyword
|
||||
|
||||
(keyword
|
||||
(name) @keyword)
|
||||
|
||||
(assignment
|
||||
(name) @property)
|
||||
|
||||
(section
|
||||
(name) @module)
|
||||
|
||||
(section
|
||||
device: (device_name) @type)
|
||||
|
||||
(variable) @variable
|
||||
|
||||
"$" @punctuation.special
|
||||
|
||||
(boolean) @boolean
|
||||
|
||||
(mod) @constant
|
||||
|
||||
[
|
||||
"rgb"
|
||||
"rgba"
|
||||
] @function.builtin
|
||||
|
||||
[
|
||||
(number)
|
||||
(legacy_hex)
|
||||
(angle)
|
||||
(hex)
|
||||
] @number
|
||||
|
||||
"deg" @type
|
||||
|
||||
"," @punctuation.delimiter
|
||||
|
||||
[
|
||||
"("
|
||||
")"
|
||||
"{"
|
||||
"}"
|
||||
] @punctuation.bracket
|
||||
|
||||
[
|
||||
"="
|
||||
"-"
|
||||
"+"
|
||||
] @operator
|
||||
@ -0,0 +1,6 @@
|
||||
(section) @indent.begin
|
||||
|
||||
(section
|
||||
"}" @indent.end)
|
||||
|
||||
"}" @indent.branch
|
||||
@ -0,0 +1,3 @@
|
||||
(exec
|
||||
(string) @injection.content
|
||||
(#set! injection.language "bash"))
|
||||
Reference in New Issue
Block a user