1

Update generated neovim config

This commit is contained in:
2024-08-15 14:28:54 +02:00
parent 07409c223d
commit 25cfcf2941
3809 changed files with 351157 additions and 0 deletions

View File

@ -0,0 +1,47 @@
(option . _ @keyword)
(option
("no-" @variable.parameter)?
(name) @variable.parameter)
(string (content) @string)
[
(value)
"clear"
] @string.special
(url) @markup.link.url
(key) @constant
[
(number)
(expire_time)
(iso_time)
] @number
(format) @embedded
"sensitive:" @attribute
(filter_name) @variable.parameter
(filter_scope) @module
(filter_property) @property
(filter_value) @string
[
(filter_op0)
(filter_op1)
(filter_lc)
"="
] @operator
"!" @punctuation.special
[ "\"" "'" "," ] @punctuation.delimiter
(comment) @comment