commit 514aa3198b5f1ecb89ed305c2d57ea5cc3c83dce parent 6a5a5588e1bbe690f946ff56b1c2b99202cf0b3c Author: Pablo Cárdenas <pablo.cardenas@imca.edu.pe> Date: Mon, 3 Jun 2024 22:26:49 -0500 ultisnippets: tex: removed unused amsthm snippets Diffstat:
| M | UltiSnips/tex/amsthm.snippets | | | 10 | ---------- |
1 file changed, 0 insertions(+), 10 deletions(-)
diff --git a/UltiSnips/tex/amsthm.snippets b/UltiSnips/tex/amsthm.snippets @@ -31,16 +31,6 @@ snippet amsthm "amsthm" b endsnippet -context "not math()" -snippet newthm "\newtheorem" b -\newtheorem{${1:theorem}}{${2:`!p snip.rv = t[1].title()`}} -endsnippet - -context "not math()" -snippet thmsty "\theoremstyle" b -\theoremstyle{$1`!p snip.rv = complete(t[1], ['plain', 'definition', 'remark'])`}$0 -endsnippet - # --------------------------------------------- # context "not math()"