From 64ba7e3541cd6d50ada6842712c7931f499370b8 Mon Sep 17 00:00:00 2001 From: arne314 <73391160+arne314@users.noreply.github.com> Date: Wed, 3 Sep 2025 15:43:03 +0200 Subject: [PATCH] minor(snip)!: add `mid` to `set` snippet --- lua/typstar/snippets/math.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/typstar/snippets/math.lua b/lua/typstar/snippets/math.lua index ca68d40..86e449c 100644 --- a/lua/typstar/snippets/math.lua +++ b/lua/typstar/snippets/math.lua @@ -55,7 +55,7 @@ return { -- sets -- 'st' to '{<>} in ./visual.lua - snip('set', '{<> | <>}', { i(1), i(2) }, math), + snip('set', '{<> mid(|) <>}', { i(1), i(2) }, math), snip('es', 'emptyset ', {}, math), snip('ses', '{emptyset} ', {}, math), snip('sp', 'supset ', {}, math),