From 903d9c936e2a92ad2c9ca64d75bd98a0d6570efa Mon Sep 17 00:00:00 2001 From: Ilya Ilyinykh Date: Wed, 25 Feb 2026 16:00:27 +0300 Subject: [PATCH] refactor(typst): rename block to for and branch in typst indents --- runtime/queries/typst/indents.scm | 3 ++- tests/indent/typst/{issue-7815.typ => if.typ} | 0 2 files changed, 2 insertions(+), 1 deletion(-) rename tests/indent/typst/{issue-7815.typ => if.typ} (100%) diff --git a/runtime/queries/typst/indents.scm b/runtime/queries/typst/indents.scm index 4f3742e5e..2450debb3 100644 --- a/runtime/queries/typst/indents.scm +++ b/runtime/queries/typst/indents.scm @@ -3,7 +3,8 @@ (let) (show) (call) - (block) + (for) + (branch) ] @indent.begin [ diff --git a/tests/indent/typst/issue-7815.typ b/tests/indent/typst/if.typ similarity index 100% rename from tests/indent/typst/issue-7815.typ rename to tests/indent/typst/if.typ