Update generated neovim config
This commit is contained in:
@ -0,0 +1 @@
|
||||
(node) @fold
|
||||
@ -0,0 +1,30 @@
|
||||
(comment) @comment @spell
|
||||
|
||||
(definition) @keyword
|
||||
|
||||
(identifier) @variable
|
||||
|
||||
(label_name) @label
|
||||
|
||||
(token) @string
|
||||
|
||||
[
|
||||
"="
|
||||
"|"
|
||||
] @operator
|
||||
|
||||
[
|
||||
"*"
|
||||
"?"
|
||||
] @operator.repeat
|
||||
|
||||
[
|
||||
":"
|
||||
] @punctuation.delimiter
|
||||
|
||||
[
|
||||
"("
|
||||
")"
|
||||
] @punctuation.bracket
|
||||
|
||||
(ERROR) @error
|
||||
@ -0,0 +1,6 @@
|
||||
(node) @indent
|
||||
|
||||
[
|
||||
(ERROR)
|
||||
(comment)
|
||||
] @auto
|
||||
@ -0,0 +1,2 @@
|
||||
(comment) @comment
|
||||
|
||||
@ -0,0 +1,7 @@
|
||||
(grammar) @scope
|
||||
|
||||
(definition) @definition
|
||||
|
||||
(label_name) @definition.label
|
||||
|
||||
(identifier) @reference
|
||||
Reference in New Issue
Block a user