From f204b74eae19c45c7ca00dffac141b4ece182bdc Mon Sep 17 00:00:00 2001 From: arne314 <73391160+arne314@users.noreply.github.com> Date: Sun, 9 Mar 2025 11:59:20 +0100 Subject: [PATCH] minor(snip)!: `sect` -> `inter` as in typst `0.13` --- lua/typstar/snippets/math.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lua/typstar/snippets/math.lua b/lua/typstar/snippets/math.lua index 4da1b59..f3c578d 100644 --- a/lua/typstar/snippets/math.lua +++ b/lua/typstar/snippets/math.lua @@ -61,9 +61,9 @@ return { snip('sb', 'subset ', {}, math), snip('sep', 'supset.eq ', {}, math), snip('seb', 'subset.eq ', {}, math), - snip('nn', 'sect ', {}, math, 900), + snip('nn', 'inter ', {}, math, 900), snip('uu', 'union ', {}, math, 900), - snip('bnn', 'sect.big ', {}, math), + snip('bnn', 'inter.big ', {}, math), snip('buu', 'union.big ', {}, math), snip('swo', 'without ', {}, math),