Add values indents
This commit is contained in:
parent
8a56748e88
commit
5545b9c926
|
@ -36,6 +36,17 @@
|
||||||
(method_declaration) @indent
|
(method_declaration) @indent
|
||||||
; }}}
|
; }}}
|
||||||
|
|
||||||
|
; Values and expressions {{{
|
||||||
|
(array_value) @indent
|
||||||
|
"]" @branch
|
||||||
|
|
||||||
|
(array_expression) @indent
|
||||||
|
"of" @branch
|
||||||
|
|
||||||
|
(record_expression) @indent
|
||||||
|
"}" @branch
|
||||||
|
; }}}
|
||||||
|
|
||||||
; Misc{{{
|
; Misc{{{
|
||||||
(comment) @ignore
|
(comment) @ignore
|
||||||
(string_literal) @ignore
|
(string_literal) @ignore
|
||||||
|
|
Loading…
Reference in a new issue