mirror of
https://github.com/Ascyii/typstar.git
synced 2026-03-02 09:32:42 +01:00
minor(snip)!: update compose snippet
This commit is contained in:
@@ -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, {
|
||||||
|
|||||||
Reference in New Issue
Block a user