]> code.delx.au - gnu-emacs-elpa/blob - packages/yasnippet/snippets/erlang-mode/try
Add 'packages/multishell/' from commit '156e0ff035d20efa63ef71019c6fa96ae638c5b8'
[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