Skip to content

Instantly share code, notes, and snippets.

@chitacan
Last active December 14, 2015 23:49
Show Gist options
  • Save chitacan/5168404 to your computer and use it in GitHub Desktop.
Save chitacan/5168404 to your computer and use it in GitHub Desktop.
sublime text 2 siaf snippet.
<snippet>
<content><![CDATA[(function(){
${0}
}());]]></content>
<tabTrigger>siaf</tabTrigger>
<scope>source.js</scope>
<description>self invoke anonymous function</description>
</snippet>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment