From 7975ca24868f090b4a5e7b5845a96aea6dd32d16 Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Sun, 12 Jun 2022 20:40:56 +0200 Subject: [PATCH] Add groupings indents --- queries/indents.scm | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/queries/indents.scm b/queries/indents.scm index 1c4b2a1..7c134a6 100644 --- a/queries/indents.scm +++ b/queries/indents.scm @@ -15,6 +15,15 @@ (class_type) @indent ; }}} +; Groups {{{ +(let_expression) @indent +"in" @branch +"end" @branch + +(sequence_expression) @indent +")" @branch +; }}} + ; Misc{{{ (comment) @ignore (string_literal) @ignore