Add conditional indents
This commit is contained in:
parent
83356398f9
commit
8ffe530561
|
@ -1,3 +1,9 @@
|
|||
; Control flow {{{
|
||||
(if_expression
|
||||
consequence: (_) @indent)
|
||||
"else" @branch
|
||||
; }}}
|
||||
|
||||
; Misc{{{
|
||||
(comment) @ignore
|
||||
; }}}
|
||||
|
|
Loading…
Reference in a new issue