summaryrefslogtreecommitdiffstats
path: root/emacs.d/lisp/yasnippet/snippets/erlang-mode/case
blob: 5bed1143e32824354d89c6050362e551aeec4ca9 (plain) (blame)
1
2
3
4
5
#name : case ... of ... end
# --
case $1 of
    $0
end