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