Added snippets for erlang-mode from users

This commit is contained in:
Zhang Chiyuan
2008-09-10 12:01:23 +00:00
parent 0732cfc7e6
commit b3f2a95f50
19 changed files with 90 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
#name : if ... -> ... ; true -> ... end
# --
if
$1 -> $2;
true -> $0
end