latest WIP

This commit is contained in:
Iristyle
2013-06-07 14:03:33 -04:00
parent 0e77b21d6f
commit 1945e645b6
174 changed files with 4615 additions and 235 deletions

View File

@@ -0,0 +1,10 @@
<?xml version="1.0"?>
<!-- Underscore 1.4.2 -->
<snippet>
<content><![CDATA[_(${1:list}).groupBy( function(${2:value}) {
${3:// return …}
})]]></content>
<tabTrigger>_groupBy</tabTrigger>
<scope>source.js</scope>
<description>Underscore _.groupBy()</description>
</snippet>