Skip to content

Instantly share code, notes, and snippets.

@neosenate
Created September 16, 2011 06:49
Show Gist options
  • Save neosenate/1221389 to your computer and use it in GitHub Desktop.
Save neosenate/1221389 to your computer and use it in GitHub Desktop.
Sublime Text Javascript Function Snippet
<snippet>
<content><![CDATA[
/**
*
*
*/
var $1 = function(){
${0:$TM_SELECTED_TEXT}
};]]></content>
<tabTrigger>varf</tabTrigger>
<scope>source.js</scope>
<description>Anonymous Var Function (varf)</description>
</snippet>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment