mirror of
https://github.com/Ascyii/typstar.git
synced 2026-01-01 05:24:24 -05:00
Minors
This commit is contained in:
@@ -31,6 +31,7 @@ return {
|
|||||||
snip('gt', '>> ', {}, math),
|
snip('gt', '>> ', {}, math),
|
||||||
snip('le', '<<= ', {}, math),
|
snip('le', '<<= ', {}, math),
|
||||||
snip('ne', '!= ', {}, math),
|
snip('ne', '!= ', {}, math),
|
||||||
|
snip('eel', '&= ', {}, math),
|
||||||
snip('ge', '>>= ', {}, math),
|
snip('ge', '>>= ', {}, math),
|
||||||
|
|
||||||
-- custom
|
-- custom
|
||||||
@@ -45,6 +46,7 @@ return {
|
|||||||
snip('del', 'Delta ', {}, math),
|
snip('del', 'Delta ', {}, math),
|
||||||
snip('apr', 'approx ', {}, math),
|
snip('apr', 'approx ', {}, math),
|
||||||
snip('pal', 'parallel ', {}, math),
|
snip('pal', 'parallel ', {}, math),
|
||||||
|
snip('sa', 'space ', {}, math),
|
||||||
|
|
||||||
-- operators
|
-- operators
|
||||||
snip('ak([^k ])', '+ <>', { cap(1) }, math, 100, { wordTrig = false }),
|
snip('ak([^k ])', '+ <>', { cap(1) }, math, 100, { wordTrig = false }),
|
||||||
|
|||||||
Reference in New Issue
Block a user