Skip to content

Instantly share code, notes, and snippets.

@milcktoast
Created April 23, 2013 22:56
Show Gist options
  • Save milcktoast/5448137 to your computer and use it in GitHub Desktop.
Save milcktoast/5448137 to your computer and use it in GitHub Desktop.
<snippet>
<content><![CDATA[for (var ${20:i} = 0, ${30:il} = ${1:Things}.length; ${20:i} < ${30:il}; ${20:i} ++) {
${100:${1:Things}[${20:i}]}$0
}]]></content>
<tabTrigger>for</tabTrigger>
<scope>source.js</scope>
<description>for (…) {…}</description>
</snippet>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment