From 849cd69f476a860fc574fe5dc467495448e57744 Mon Sep 17 00:00:00 2001 From: arne314 <73391160+arne314@users.noreply.github.com> Date: Mon, 19 May 2025 18:12:45 +0200 Subject: [PATCH] minor(snip)!: add `log` to conflicts --- 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 bb5f24d..41d1ab7 100644 --- a/lua/typstar/snippets/math.lua +++ b/lua/typstar/snippets/math.lua @@ -75,7 +75,7 @@ return { snip('cc', 'cases(\n\t<>\n)\\', { i(1, '1') }, math), snip('([A-Za-z])o([A-Za-z0-9])', '<>(<>) ', { cap(1), cap(2) }, math, 100, { maxTrigLength = 3, - blacklist = { 'bot', 'cos', 'col', 'com', 'con', 'dol', 'dot', 'loz', 'mod', 'top', 'won', 'xor' }, + blacklist = { 'bot', 'cos', 'col', 'com', 'con', 'dol', 'dot', 'log', 'loz', 'mod', 'top', 'won', 'xor' }, }), snip('(K|M|N|Q|R|S|Z)([\\dn]) ', '<><>^<> ', { cap(1), cap(1), cap(2) }, math),