Add loop indents

This commit is contained in:
Bruno BELANYI 2022-06-04 10:58:14 +02:00
parent 8ffe530561
commit 6732ec0994

View file

@ -2,6 +2,12 @@
(if_expression
consequence: (_) @indent)
"else" @branch
(while_expression
body: (_) @indent)
(for_expression
body: (_) @indent)
; }}}
; Misc{{{