Skip to content

Commit c63a72f

Browse files
author
Vinicius
committedAug 25, 2013
Add the function call feature
1 parent d6c5f31 commit c63a72f

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed
 

‎function-call.sublime-snippet

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<snippet>
2+
<content><![CDATA[
3+
${1:methodName}.call(${2:context}, ${3:arguments})
4+
]]></content>
5+
<tabTrigger>call</tabTrigger>
6+
<scope>source.js</scope>
7+
<description>method.call()</description>
8+
</snippet>

0 commit comments

Comments
 (0)