indents(r): update @indent group

This commit is contained in:
Pedro Castro 2022-01-28 22:32:59 -03:00 committed by Stephan Seitz
parent 74adb6bd30
commit 29fc7ed14c

View file

@ -1,7 +1,6 @@
[ [
(call) (call)
(brace_list) (brace_list)
(function_definition (brace_list))
(paren_list) (paren_list)
(special) (special)
"|>" "|>"
@ -26,6 +25,9 @@
(call) @aligned_indent (call) @aligned_indent
(#set! "delimiter" "()")) (#set! "delimiter" "()"))
((formal_parameters (identifier)) @aligned_indent
(#set! "delimiter" "()"))
[ [
")" ")"
"}" "}"