minor(snip): space in set and ak/sk

This commit is contained in:
arne314
2025-01-12 17:34:39 +01:00
parent 701f30d4af
commit bfc2fd103d
2 changed files with 4 additions and 4 deletions

View File

@@ -34,8 +34,8 @@ return {
snip('ge', '>>= ', {}, math),
-- operators
snip('ak([^k])', '+<>', { cap(1) }, math, 100, false),
snip('sk([^k])', '-<>', { cap(1) }, math, 100, false),
snip('ak([^k ])', '+ <>', { cap(1) }, math, 100, false),
snip('sk([^k ])', '- <>', { cap(1) }, math, 100, false),
snip('oak', 'plus.circle ', {}, math, 1100),
snip('bak', 'plus.square ', {}, math, 1100),
snip('mak', 'plus.minus ', {}, math, 1100),
@@ -45,7 +45,7 @@ return {
-- sets
-- 'st' to '{<>} in ./visual.lua
snip('set', '{<>|<>}', { i(1), i(2) }, math),
snip('set', '{<> | <>}', { i(1), i(2) }, math),
snip('es', 'emptyset ', {}, math),
snip('ses', '{emptyset} ', {}, math),
snip('sp', 'supset ', {}, math),