1

Refresh generated neovim config

This commit is contained in:
2024-08-15 13:01:03 +02:00
parent 64b51cf53a
commit f5af8e2b28
1836 changed files with 38979 additions and 31094 deletions

View File

@ -39,7 +39,7 @@
((scoped_type_identifier
path: (_) @module)
(#set! "priority" 105))
(#set! priority 105))
; Keywords
[
@ -93,7 +93,7 @@
; Labels
((label) @label
(#set! "priority" 105))
(#set! priority 105))
; Functions
(function_declaration
@ -144,7 +144,7 @@
((member_expression
"."
(_) @variable.member)
(#set! "priority" 105))
(#set! priority 105))
(field
.

View File

@ -14,7 +14,8 @@
(if_statement
("("
condition: (_)")") @indent.begin)
condition: (_)
")") @indent.begin)
[
"}"