Skip to content

Commit f935cee

Browse files
committed
add anonymous function fn
1 parent de110f3 commit f935cee

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

function-anonymous.sublime-snippet

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<snippet>
2+
<content><![CDATA[
3+
function (${1:arguments}) {
4+
${0:// body...}
5+
}
6+
]]></content>
7+
<tabTrigger>fn</tabTrigger>
8+
<scope>source.js</scope>
9+
<description>function</description>
10+
</snippet>

0 commit comments

Comments
 (0)