minor(snip)!: update compose snippet

This commit is contained in:
arne314
2025-10-17 16:10:49 +02:00
parent c3465da447
commit 4df11718ea

View File

@@ -71,7 +71,7 @@ return {
-- misc -- misc
snip('to', '->> ', {}, math), snip('to', '->> ', {}, math),
snip('mt', '|->> ', {}, math), snip('mt', '|->> ', {}, math),
snip('Oo', 'compose ', {}, math), snip('cp', 'compose ', {}, math),
snip('iso', 'tilde.equiv ', {}, math), snip('iso', 'tilde.equiv ', {}, math),
snip('cc', 'cases(\n\t<>\n)\\', { i(1, '1') }, math), snip('cc', 'cases(\n\t<>\n)\\', { i(1, '1') }, math),
snip('([A-Za-z])o([A-Za-z0-9]) ', '<>(<>) ', { cap(1), cap(2) }, math, 100, { snip('([A-Za-z])o([A-Za-z0-9]) ', '<>(<>) ', { cap(1), cap(2) }, math, 100, {