From daed44d47aa1939151cd784bd423351e61377bf0 Mon Sep 17 00:00:00 2001 From: arne314 <73391160+arne314@users.noreply.github.com> Date: Sun, 27 Apr 2025 00:03:14 +0200 Subject: [PATCH] revert: theorem trigger --- lua/typstar/snippets/markup.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/typstar/snippets/markup.lua b/lua/typstar/snippets/markup.lua index bb42225..b621cd3 100644 --- a/lua/typstar/snippets/markup.lua +++ b/lua/typstar/snippets/markup.lua @@ -9,7 +9,7 @@ local snip = helper.snip local start = helper.start_snip local ctheorems = { - { 'the', 'theorem' }, + { 'tem', 'theorem' }, { 'pro', 'proof' }, { 'prp', 'proposition' }, { 'axi', 'axiom' },