Added erlang fun snippet (anonymous function)

This commit is contained in:
tormaroe 2012-05-23 13:07:22 +02:00
parent d6c84f97fd
commit 54ed56d76f

View File

@ -33,6 +33,9 @@ snippet case
${2:pattern} ->
${3:body};
end
# anonymous function
snippet fun
fun (${1:Parameters}) -> ${2:body} end${3}
# record directive
snippet rec
-record(${1:record}, {