1

Update generated neovim config

This commit is contained in:
2024-08-15 14:28:54 +02:00
parent 07409c223d
commit 25cfcf2941
3809 changed files with 351157 additions and 0 deletions

View File

@ -0,0 +1,47 @@
[
(list)
(dictionary)
(set)
(for_statement)
(if_statement)
(while_statement)
(with_statement)
(parenthesized_expression)
(dictionary_comprehension)
(list_comprehension)
(set_comprehension)
(tuple_pattern)
(list_pattern)
(binary_operator)
(lambda)
(function_definition)
] @indent
(if_statement
condition: (parenthesized_expression) @aligned_indent
(#set! "delimiter" "()")
)
((ERROR "(" . (_)) @aligned_indent
(#set! "delimiter" "()"))
((argument_list) @aligned_indent
(#set! "delimiter" "()"))
((argument_list) @aligned_indent
(#set! "delimiter" "()"))
((parameters) @aligned_indent
(#set! "delimiter" "()"))
((tuple) @aligned_indent
(#set! "delimiter" "()"))
[
")"
"]"
"}"
(elif_clause)
(else_clause)
] @branch
(string) @auto