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,69 @@
(comment) @comment
"set" @keyword
[
"$if"
"$else"
"$endif"
] @keyword.conditional
"$include" @keyword.import
[
"="
"=="
"!="
">="
"<="
">"
"<"
] @operator
[
":"
"-"
] @punctuation.delimiter
[
(application_name)
(keyname)
(keyseq)
(macro)
(string_value)
(term_name)
] @string
(file_path) @string.special.path
(escape_sequence) @string.escape
(symbolic_character_name) @character.special
(key_literal) @character
(function_name) @function
[
(bell_variable)
(bool_variable)
(edit_mode_variable)
(keymap_variable)
(number_variable)
(string_variable)
] @variable.builtin
[
(bell_value)
(edit_mode_value)
(keymap_value)
"version"
"term"
"mode"
] @constant.builtin
(number_value) @number
(version_number) @number.float
(bool_value) @boolean