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

@ -7,7 +7,7 @@
"%}"
"{%-"
"-%}"
] @tag.delimiter
] @tag.delimiter
(#set! priority 101))
@ -16,13 +16,13 @@
"["
")"
"("
] @punctuation.bracket
] @punctuation.bracket
(#set! priority 101))
([
","
"."
] @punctuation.delimiter
] @punctuation.delimiter
(#set! priority 101))
@ -34,6 +34,7 @@
"capture"
"case"
(continue_statement)
(custom_unpaired_statement)
"cycle"
"decrement"
"echo"
@ -55,6 +56,7 @@
"form"
"if"
"include"
"include_relative"
"increment"
"javascript"
"layout"
@ -70,7 +72,7 @@
"unless"
"when"
"with"
] @keyword
] @keyword
(#set! priority 101))
([
@ -86,7 +88,7 @@
":"
"="
(predicate)
] @operator
] @operator
(#set! priority 101))
((identifier) @variable (#set! priority 101))