feat: snippets for common indices

This commit is contained in:
arne314
2024-12-02 22:18:39 +01:00
parent 5f28d35b0d
commit fe0da6738d
2 changed files with 30 additions and 6 deletions

View File

@@ -62,6 +62,7 @@ return {
snip('iso', 'tilde.equiv ', {}, math),
snip('rrn', 'RR^n ', {}, math),
snip('cc', 'cases(\n\t<>\n)\\', { i(1, '1') }, math),
snip('pi', 'pi ', {}, math),
snip('(.*)iv', '<>^(-1)', { cap(1) }, math),
snip('(.*)sr', '<>^(2)', { cap(1) }, math),
snip('(.*)rd', '<>^(<>)', { cap(1), i(1, 'n') }, math),