summaryrefslogblamecommitdiffstats
path: root/emacs.d/lisp/yasnippet/snippets/erlang-mode/try
blob: fa5c9c2acdda190c84052d4fedb64dcef52993f1 (plain) (tree)
1
2
3
4
5
6
7






                                      
#name : try ... of ... catch after end
# --
try $1 of
    $0
catch
after
end