From a64f509beb02f3dce691daed44ca32b430fa10c5 Mon Sep 17 00:00:00 2001 From: Jirgn Date: Mon, 27 Dec 2021 23:40:37 +0100 Subject: feat: add indent for fusion and afx --- queries/fusion/indents.scm | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 queries/fusion/indents.scm diff --git a/queries/fusion/indents.scm b/queries/fusion/indents.scm new file mode 100644 index 00000000..e0db44f9 --- /dev/null +++ b/queries/fusion/indents.scm @@ -0,0 +1,15 @@ +[ + (block) + (value_dsl) + (afx_element) + (afx_element_self_closing) +] @indent + + +(block end: _ @branch) +(value_dsl end: _ @branch) +[ + (afx_closing_element) +] @branch + +(comment) @ignore -- cgit v1.2.3