mirror of
https://github.com/Ascyii/typstar.git
synced 2026-03-02 09:32:42 +01:00
minor(snip)!: update plus/minus snippets
This commit is contained in:
@@ -34,11 +34,11 @@ return {
|
|||||||
snip('ge', '>>= ', {}, math),
|
snip('ge', '>>= ', {}, math),
|
||||||
|
|
||||||
-- operators
|
-- operators
|
||||||
snip('ak([^k ])', '+ <>', { cap(1) }, math, 100, { wordTrig = false }),
|
snip('mak', 'plus.minus ', {}, math),
|
||||||
snip('sk([^k ])', '- <>', { cap(1) }, math, 100, { wordTrig = false }),
|
|
||||||
snip('oak', 'plus.circle ', {}, math),
|
snip('oak', 'plus.circle ', {}, math),
|
||||||
snip('bak', 'plus.square ', {}, math),
|
snip('bak', 'plus.square ', {}, math),
|
||||||
snip('mak', 'plus.minus ', {}, math),
|
snip('osk', 'minus.circle ', {}, math),
|
||||||
|
snip('bsk', 'minus.square ', {}, math),
|
||||||
snip('xx', 'times ', {}, math),
|
snip('xx', 'times ', {}, math),
|
||||||
snip('oxx', 'times.circle ', {}, math),
|
snip('oxx', 'times.circle ', {}, math),
|
||||||
snip('bxx', 'times.square ', {}, math),
|
snip('bxx', 'times.square ', {}, math),
|
||||||
|
|||||||
Reference in New Issue
Block a user