]> code.delx.au - gnu-emacs-elpa/blob - packages/yasnippet/snippets/erlang-mode/if
Merge commit 'eaab57092284028b1567622c96d9b332de3c7a4d'
[gnu-emacs-elpa] / packages / yasnippet / snippets / erlang-mode / if
1 # name: if ... -> ... ; true -> ... end
2 # key: if
3 # --
4 if
5 $1 -> $2;
6 true -> $0
7 end