From 4cb1595f5b9eb350aa8a090d56c82abed9d56036 Mon Sep 17 00:00:00 2001 From: Raafat Turki Date: Fri, 16 Feb 2024 21:10:25 +0300 Subject: [PATCH] feat(typst): add #show to fold and indent queries --- queries/typst/folds.scm | 2 ++ queries/typst/indents.scm | 1 + 2 files changed, 3 insertions(+) diff --git a/queries/typst/folds.scm b/queries/typst/folds.scm index e229f74cd..88b6d6556 100644 --- a/queries/typst/folds.scm +++ b/queries/typst/folds.scm @@ -2,4 +2,6 @@ (let) @fold +(show) @fold + (call) @fold diff --git a/queries/typst/indents.scm b/queries/typst/indents.scm index b62d1181c..d43c586c1 100644 --- a/queries/typst/indents.scm +++ b/queries/typst/indents.scm @@ -1,6 +1,7 @@ [ (set) (let) + (show) (call) ] @indent.begin