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,5 @@
[
(table)
(array)
(table_array_element)
] @fold

View File

@ -0,0 +1,54 @@
; Properties
;-----------
(bare_key) @type
(quoted_key) @string
(pair
(bare_key)) @property
(pair
(dotted_key
(bare_key) @property))
; Literals
;---------
(boolean) @boolean
(comment) @comment @spell
(string) @string
(escape_sequence) @string.escape
(integer) @number
(float) @number.float
(offset_date_time) @string.special
(local_date_time) @string.special
(local_date) @string.special
(local_time) @string.special
; Punctuation
;------------
"." @punctuation.delimiter
"," @punctuation.delimiter
"=" @operator
"[" @punctuation.bracket
"]" @punctuation.bracket
"[[" @punctuation.bracket
"]]" @punctuation.bracket
"{" @punctuation.bracket
"}" @punctuation.bracket

View File

@ -0,0 +1,11 @@
[
(array)
(inline_table)
] @indent.begin
[
"["
"]"
"{"
"}"
] @indent.branch

View File

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

View File

@ -0,0 +1,4 @@
[
(table)
(table_array_element)
] @local.scope