]> code.delx.au - gnu-emacs-elpa/blob - packages/yasnippet/snippets/erlang-mode/try
Merge commit 'f0b45f4a010d8e5680f66c9a22f433386d023466' from context-coloring
[gnu-emacs-elpa] / packages / yasnippet / snippets / erlang-mode / try
1 # name: try ... of ... catch after end
2 # key: try
3 # --
4 try $1 of
5 $0
6 catch
7 after
8 end