aboutsummaryrefslogtreecommitdiff
path: root/.config/coc/ultisnips/tex.snippets
diff options
context:
space:
mode:
authorLoek Le Blansch <l.leblansch@gmail.com>2020-08-03 09:31:34 +0200
committerLoek Le Blansch <l.leblansch@gmail.com>2020-08-03 09:31:34 +0200
commit6a6100a8faa73815863cbabedb15e63aba0a1098 (patch)
tree69bba99668cd2b2c72eca35fd603214800932381 /.config/coc/ultisnips/tex.snippets
parent68f0ec3669f991945c10a04eba85eeb6e300960b (diff)
update
Diffstat (limited to '.config/coc/ultisnips/tex.snippets')
-rw-r--r--.config/coc/ultisnips/tex.snippets8
1 files changed, 4 insertions, 4 deletions
diff --git a/.config/coc/ultisnips/tex.snippets b/.config/coc/ultisnips/tex.snippets
index 056f562..42ed3ac 100644
--- a/.config/coc/ultisnips/tex.snippets
+++ b/.config/coc/ultisnips/tex.snippets
@@ -26,9 +26,9 @@ snippet nonumberedchapters "Removes chapter numbers"
\\makeatother
endsnippet
-snippet beginend "begin/end snippet"
-\\begin\{${1}\}
-${0}
-\\end\{${1}\}
+snippet beg "begin{} / end{}" bA
+\\begin{$1}
+ $0
+\\end{$1}
endsnippet