minor: reduce ak/sk snippet priority

This commit is contained in:
arne314
2025-01-06 17:12:40 +01:00
parent 1ee5c2ae33
commit c0f2834216

View File

@@ -31,8 +31,8 @@ return {
snip('ge', '>>= ', {}, math),
-- operators
snip('ak([^k])', '+<>', { cap(1) }, math, 500, false),
snip('sk([^k])', '-<>', { cap(1) }, math, 500, 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),