mirror of
https://github.com/Ascyii/typstar.git
synced 2025-12-31 21:14:25 -05:00
Minors
This commit is contained in:
@@ -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 }),
|
||||
|
||||
Reference in New Issue
Block a user