1

Update generated neovim config

This commit is contained in:
2024-09-22 20:41:25 +02:00
parent 1743764e48
commit aa1271c42c
1247 changed files with 26512 additions and 15067 deletions

View File

@ -172,10 +172,10 @@
; (#is-not? local))
; Literals
[
(string)
(bare_string)
(subshell)
(heredoc_body)
(string_content)
(heredoc_content)
"\""
"`"
] @string
[
@ -190,11 +190,8 @@
(hash_key_symbol)
] @string.special.symbol
(pair
key: (hash_key_symbol)
":" @constant)
(regex) @string.regexp
(regex
(string_content) @string.regexp)
(escape_sequence) @string.escape
@ -276,8 +273,15 @@
";"
"."
"&."
"::"
] @punctuation.delimiter
(regex
"/" @punctuation.bracket)
(pair
":" @punctuation.delimiter)
[
"("
")"
@ -289,6 +293,9 @@
"%i("
] @punctuation.bracket
(block_parameters
"|" @punctuation.bracket)
(interpolation
"#{" @punctuation.special
"}" @punctuation.special) @none
"}" @punctuation.special)