This commit is contained in:
2025-11-16 23:02:04 +01:00
parent e0a82ef957
commit 57e62d11aa

View File

@@ -31,6 +31,7 @@ return {
snip('gt', '>> ', {}, math),
snip('le', '<<= ', {}, math),
snip('ne', '!= ', {}, math),
snip('eel', '&= ', {}, math),
snip('ge', '>>= ', {}, math),
-- custom
@@ -45,6 +46,7 @@ return {
snip('del', 'Delta ', {}, math),
snip('apr', 'approx ', {}, math),
snip('pal', 'parallel ', {}, math),
snip('sa', 'space ', {}, math),
-- operators
snip('ak([^k ])', '+ <>', { cap(1) }, math, 100, { wordTrig = false }),