Add values indents

This commit is contained in:
Bruno BELANYI 2022-06-12 20:44:21 +02:00
parent 8a56748e88
commit 5545b9c926
1 changed files with 11 additions and 0 deletions

View File

@ -36,6 +36,17 @@
(method_declaration) @indent
; }}}
; Values and expressions {{{
(array_value) @indent
"]" @branch
(array_expression) @indent
"of" @branch
(record_expression) @indent
"}" @branch
; }}}
; Misc{{{
(comment) @ignore
(string_literal) @ignore