Skip to content

Commit 9e85742

Browse files
author
unknown
committed
Self rewrinting function
1 parent 38a07f5 commit 9e85742

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
<snippet>
2+
<content><![CDATA[${100:function_name} = function () {
3+
$0
4+
}
5+
return ${100:function_name}.apply(this, arguments);]]></content>
6+
<tabTrigger>srv</tabTrigger>
7+
<scope>source.js</scope>
8+
<description>Self rewriting function</description>
9+
</snippet>
10+
11+
12+
13+
14+
15+
16+

0 commit comments

Comments
 (0)