Add groupings indents
This commit is contained in:
parent
bca103a393
commit
7975ca2486
|
@ -15,6 +15,15 @@
|
||||||
(class_type) @indent
|
(class_type) @indent
|
||||||
; }}}
|
; }}}
|
||||||
|
|
||||||
|
; Groups {{{
|
||||||
|
(let_expression) @indent
|
||||||
|
"in" @branch
|
||||||
|
"end" @branch
|
||||||
|
|
||||||
|
(sequence_expression) @indent
|
||||||
|
")" @branch
|
||||||
|
; }}}
|
||||||
|
|
||||||
; Misc{{{
|
; Misc{{{
|
||||||
(comment) @ignore
|
(comment) @ignore
|
||||||
(string_literal) @ignore
|
(string_literal) @ignore
|
||||||
|
|
Loading…
Reference in a new issue