tree-sitter-tiger/queries/indents.scm

12 lines
149 B
Scheme
Raw Normal View History

2022-06-04 10:57:27 +02:00
; Control flow {{{
(if_expression
consequence: (_) @indent)
"else" @branch
; }}}
; Misc{{{
(comment) @ignore
; }}}
; vim: sw=2 foldmethod=marker