11 lines
269 B
XML
11 lines
269 B
XML
<?xml version="1.0"?>
|
|
<!-- Underscore 1.4.2 -->
|
|
<snippet>
|
|
<content><![CDATA[_(${1:functionName}).wrap( function(${2:fn}) {
|
|
${3:}
|
|
})]]></content>
|
|
<tabTrigger>_wrap</tabTrigger>
|
|
<scope>source.js</scope>
|
|
<description>Underscore _.wrap()</description>
|
|
</snippet>
|