Skip to content

Instantly share code, notes, and snippets.

@juanvgarcia
Created March 5, 2014 15:58
Show Gist options
  • Save juanvgarcia/9370016 to your computer and use it in GitHub Desktop.
Save juanvgarcia/9370016 to your computer and use it in GitHub Desktop.
Snippet for require function calls
<snippet>
<content><![CDATA[require('$1')]]></content>
<!-- Optional: Tab trigger to activate the snippet -->
<tabTrigger>req</tabTrigger>
<!-- Optional: Scope the tab trigger will be active in -->
<!-- Optional: Description to show in the menu -->
<description>Require JS</description>
</snippet>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment