Add groupings indents

This commit is contained in:
Bruno BELANYI 2022-06-12 20:40:56 +02:00
parent bca103a393
commit 7975ca2486
1 changed files with 9 additions and 0 deletions

View File

@ -15,6 +15,15 @@
(class_type) @indent
; }}}
; Groups {{{
(let_expression) @indent
"in" @branch
"end" @branch
(sequence_expression) @indent
")" @branch
; }}}
; Misc{{{
(comment) @ignore
(string_literal) @ignore