1

Regenerate nvim config

This commit is contained in:
2024-06-02 03:29:20 +02:00
parent 75eea0c030
commit ef2e28883d
5576 changed files with 604886 additions and 503 deletions

View File

@ -0,0 +1,4 @@
[
(object)
(array)
] @fold

View File

@ -0,0 +1,65 @@
(comment) @comment @spell
(null) @constant.builtin
[
(true)
(false)
] @boolean
(number) @number
(unit) @keyword
(string) @string
(multiline_string) @string
(string
(escape_sequence) @string.escape)
(unquoted_string) @string
[
"url"
"file"
"classpath"
"required"
] @keyword
(include
"include" @keyword.import)
(substitution
[
"${"
"${?"
"}"
] @punctuation.special)
(substitution
(_) @variable.member)
(path
(_) @variable.member)
(value
[
":"
"="
"+="
] @operator)
[
"("
")"
"["
"]"
"{"
"}"
] @punctuation.bracket
"," @punctuation.delimiter
(unquoted_path
"." @punctuation.delimiter)

View File

@ -0,0 +1,2 @@
((comment) @injection.content
(#set! injection.language "comment"))