Skip to content

Instantly share code, notes, and snippets.

@twokul
Created August 25, 2012 20:44
Show Gist options
  • Save twokul/3470809 to your computer and use it in GitHub Desktop.
Save twokul/3470809 to your computer and use it in GitHub Desktop.
requirejs-define-sublime-snippet
<snippet>
<content><![CDATA[
define([
"${1}"
],
function (${2}) {
${3}
});]]></content>
<tabTrigger>define</tabTrigger>
</snippet>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment