9 lines
243 B
XML
9 lines
243 B
XML
<?xml version="1.0"?>
|
|
<!-- Underscore 1.4.2 -->
|
|
<snippet>
|
|
<content><![CDATA[_(${1:array}).first(${2:[n]})]]></content>
|
|
<tabTrigger>_first</tabTrigger>
|
|
<scope>source.js</scope>
|
|
<description>Underscore _.first()</description>
|
|
</snippet>
|