]> code.delx.au - gnu-emacs-elpa/blobdiff - packages/yasnippet/snippets/erlang-mode/try
Add yasnippet.
[gnu-emacs-elpa] / packages / yasnippet / snippets / erlang-mode / try
diff --git a/packages/yasnippet/snippets/erlang-mode/try b/packages/yasnippet/snippets/erlang-mode/try
new file mode 100644 (file)
index 0000000..0ff10a8
--- /dev/null
@@ -0,0 +1,8 @@
+# name: try ... of ... catch after end
+# key: try
+# --
+try $1 of
+    $0
+catch
+after
+end
\ No newline at end of file