Regenerate nvim config
This commit is contained in:
@ -0,0 +1 @@
|
||||
(node) @fold
|
||||
@ -0,0 +1,26 @@
|
||||
(comment) @comment @spell
|
||||
|
||||
(definition) @keyword
|
||||
|
||||
(identifier) @variable
|
||||
|
||||
(label_name) @label
|
||||
|
||||
(token) @string
|
||||
|
||||
[
|
||||
"="
|
||||
"|"
|
||||
] @operator
|
||||
|
||||
[
|
||||
"*"
|
||||
"?"
|
||||
] @keyword.repeat
|
||||
|
||||
":" @punctuation.delimiter
|
||||
|
||||
[
|
||||
"("
|
||||
")"
|
||||
] @punctuation.bracket
|
||||
@ -0,0 +1,6 @@
|
||||
(node) @indent.begin
|
||||
|
||||
[
|
||||
(ERROR)
|
||||
(comment)
|
||||
] @indent.auto
|
||||
@ -0,0 +1,2 @@
|
||||
((comment) @injection.content
|
||||
(#set! injection.language "comment"))
|
||||
@ -0,0 +1,8 @@
|
||||
(grammar) @local.scope
|
||||
|
||||
[
|
||||
(definition)
|
||||
(label_name)
|
||||
] @local.definition
|
||||
|
||||
(identifier) @local.reference
|
||||
Reference in New Issue
Block a user