Add functions indents

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

View File

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