mirror of
https://github.com/Ascyii/typstar.git
synced 2026-01-01 13:34:24 -05:00
minor: reduce ak/sk snippet priority
This commit is contained in:
@@ -31,8 +31,8 @@ return {
|
|||||||
snip('ge', '>>= ', {}, math),
|
snip('ge', '>>= ', {}, math),
|
||||||
|
|
||||||
-- operators
|
-- operators
|
||||||
snip('ak([^k])', '+<>', { cap(1) }, math, 500, false),
|
snip('ak([^k])', '+<>', { cap(1) }, math, 100, false),
|
||||||
snip('sk([^k])', '-<>', { cap(1) }, math, 500, false),
|
snip('sk([^k])', '-<>', { cap(1) }, math, 100, false),
|
||||||
snip('oak', 'plus.circle ', {}, math, 1100),
|
snip('oak', 'plus.circle ', {}, math, 1100),
|
||||||
snip('bak', 'plus.square ', {}, math, 1100),
|
snip('bak', 'plus.square ', {}, math, 1100),
|
||||||
snip('mak', 'plus.minus ', {}, math, 1100),
|
snip('mak', 'plus.minus ', {}, math, 1100),
|
||||||
|
|||||||
Reference in New Issue
Block a user