From 87bc770e605d7aab6cc3d96fe91dc723b38110fd Mon Sep 17 00:00:00 2001 From: Raafat Turki Date: Fri, 16 Feb 2024 17:42:36 +0300 Subject: [PATCH] style: format queries --- queries/typst/folds.scm | 2 ++ queries/typst/indents.scm | 12 ++++++------ 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/queries/typst/folds.scm b/queries/typst/folds.scm index 02eb3830d..e229f74cd 100644 --- a/queries/typst/folds.scm +++ b/queries/typst/folds.scm @@ -1,3 +1,5 @@ (set) @fold + (let) @fold + (call) @fold diff --git a/queries/typst/indents.scm b/queries/typst/indents.scm index 855095955..b62d1181c 100644 --- a/queries/typst/indents.scm +++ b/queries/typst/indents.scm @@ -1,11 +1,11 @@ [ - (set) - (let) - (call) + (set) + (let) + (call) ] @indent.begin [ - "]" - "}" - ")" + "]" + "}" + ")" ] @indent.branch @indent.end