From f1d38708f86478ab8a28f16bda6ac981c9a343f6 Mon Sep 17 00:00:00 2001
From: Stefan Huber <shuber@sthu.org>
Date: Fri, 29 Jan 2021 23:46:34 +0100
Subject: [PATCH] snippets: Update tex snippets

---
 neosnippets/tex.snip | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/neosnippets/tex.snip b/neosnippets/tex.snip
index 404f372..177d427 100644
--- a/neosnippets/tex.snip
+++ b/neosnippets/tex.snip
@@ -9,3 +9,17 @@ alias   \only
 	\only<${1:NUM:}>{
 		${2:TARGET}
 	}
+
+snippet exercise
+abbr exercise (exsheet)
+alias   \begin{exercise} \exercise
+	\begin{exercise}
+		${1:TARGET}
+	\end{exercise}
+
+snippet choices
+abbr choices (exsheet)
+alias   \begin{choices} \choices
+	\begin{choices}
+		${1:TARGET}
+	\end{choices}
-- 
2.39.5