Add functions indents

This commit is contained in:
Bruno BELANYI 2022-06-12 20:41:40 +02:00
parent 7975ca2486
commit 8a56748e88

View file

@ -24,6 +24,18 @@
")" @branch ")" @branch
; }}} ; }}}
; Functions and methods {{{
(parameters) @indent
(function_call) @indent
(method_call) @indent
")" @branch
(function_declaration) @indent
(primitive_declaration) @indent
(method_declaration) @indent
; }}}
; Misc{{{ ; Misc{{{
(comment) @ignore (comment) @ignore
(string_literal) @ignore (string_literal) @ignore