indents: allow aligned_indent for unfinished calls in C and Python

This commit is contained in:
Stephan Seitz 2022-01-22 14:50:51 +01:00
parent 62982378b8
commit 059fbc487c
7 changed files with 26 additions and 3 deletions

View file

@ -32,6 +32,8 @@
condition: (parenthesized_expression) @aligned_indent
(#set! "delimiter" "()")
)
((ERROR "(" . (_)) @aligned_indent
(#set! "delimiter" "()"))
((argument_list) @aligned_indent
(#set! "delimiter" "()"))
((argument_list) @aligned_indent