Add loop indents
This commit is contained in:
parent
8ffe530561
commit
6732ec0994
|
@ -2,6 +2,12 @@
|
|||
(if_expression
|
||||
consequence: (_) @indent)
|
||||
"else" @branch
|
||||
|
||||
(while_expression
|
||||
body: (_) @indent)
|
||||
|
||||
(for_expression
|
||||
body: (_) @indent)
|
||||
; }}}
|
||||
|
||||
; Misc{{{
|
||||
|
|
Loading…
Reference in a new issue