aboutsummaryrefslogtreecommitdiff
path: root/Emacs/.config/emacs/.config/yasnippet/snippets/python-mode/tryelse
diff options
context:
space:
mode:
Diffstat (limited to 'Emacs/.config/emacs/.config/yasnippet/snippets/python-mode/tryelse')
-rw-r--r--Emacs/.config/emacs/.config/yasnippet/snippets/python-mode/tryelse11
1 files changed, 11 insertions, 0 deletions
diff --git a/Emacs/.config/emacs/.config/yasnippet/snippets/python-mode/tryelse b/Emacs/.config/emacs/.config/yasnippet/snippets/python-mode/tryelse
new file mode 100644
index 0000000..505dac7
--- /dev/null
+++ b/Emacs/.config/emacs/.config/yasnippet/snippets/python-mode/tryelse
@@ -0,0 +1,11 @@
+# -*- mode: snippet -*-
+# name: tryelse
+# key: try
+# uuid: try
+# --
+try:
+ $1
+except $2:
+ $3
+else:
+ $0 \ No newline at end of file