11 lines
277 B
XML
11 lines
277 B
XML
<?xml version="1.0"?>
|
|
<!-- Underscore 1.4.2 -->
|
|
<snippet>
|
|
<content><![CDATA[_(${1:list}).find( function(${2:value}) {
|
|
${3:// return …}
|
|
})]]></content>
|
|
<tabTrigger>_find</tabTrigger>
|
|
<scope>source.js</scope>
|
|
<description>Underscore _.find()</description>
|
|
</snippet>
|