Skip to content

Instantly share code, notes, and snippets.

@sorabh86
Created November 23, 2013 21:18
Show Gist options
  • Save sorabh86/7620080 to your computer and use it in GitHub Desktop.
Save sorabh86/7620080 to your computer and use it in GitHub Desktop.
javascript: self execute function
<snippet>
<content><![CDATA[
(function(){
${1:Code}
}());
]]></content>
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
<tabTrigger>sfun</tabTrigger>
<!-- Optional: Set a scope to limit where the snippet will trigger -->
<!-- <scope>source.python</scope> -->
</snippet>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment