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