Added erlang fun snippet (anonymous function)
This commit is contained in:
parent
d6c84f97fd
commit
54ed56d76f
@ -33,6 +33,9 @@ snippet case
|
|||||||
${2:pattern} ->
|
${2:pattern} ->
|
||||||
${3:body};
|
${3:body};
|
||||||
end
|
end
|
||||||
|
# anonymous function
|
||||||
|
snippet fun
|
||||||
|
fun (${1:Parameters}) -> ${2:body} end${3}
|
||||||
# record directive
|
# record directive
|
||||||
snippet rec
|
snippet rec
|
||||||
-record(${1:record}, {
|
-record(${1:record}, {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user