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





                                       
#name : if ... -> ... ; true -> ... end
# --
if
    $1 -> $2;
    true -> $0
end