mirror of
https://github.com/Ascyii/typstar.git
synced 2026-03-02 01:22:43 +01:00
minor(snip): add ^perp snippet
This commit is contained in:
@@ -49,6 +49,7 @@ return {
|
||||
snip('iv', '^(-1) ', {}, math, 500, { wordTrig = false, blacklist = { 'equiv' } }),
|
||||
snip('tp', '^top ', {}, math, 500, { wordTrig = false }),
|
||||
snip('cmp', '^complement ', {}, math, 500, { wordTrig = false }),
|
||||
snip('prp', '^perp ', {}, math, 500, { wordTrig = false }),
|
||||
snip('sr', '^2 ', {}, math, 500, { wordTrig = false }),
|
||||
snip('cb', '^3 ', {}, math, 500, { wordTrig = false }),
|
||||
snip('jj', '_(<>) ', { i(1, 'n') }, math, 500, { wordTrig = false }),
|
||||
|
||||
Reference in New Issue
Block a user