9 lines
228 B
XML
9 lines
228 B
XML
<snippet>
|
|
<content><![CDATA[fun
|
|
(${1:pattern})${2: when ${3:guard}} ->
|
|
${4:body}
|
|
end]]></content>
|
|
<tabTrigger>fun</tabTrigger>
|
|
<scope>source.erlang</scope>
|
|
<description>Fun Expression</description>
|
|
</snippet>
|