Add conditional indents

This commit is contained in:
Bruno BELANYI 2022-06-04 10:57:27 +02:00
parent 83356398f9
commit 8ffe530561

View file

@ -1,3 +1,9 @@
; Control flow {{{
(if_expression
consequence: (_) @indent)
"else" @branch
; }}}
; Misc{{{
(comment) @ignore
; }}}