Skip to content

Instantly share code, notes, and snippets.

@irrationalistic
Created June 10, 2014 21:54
Show Gist options
  • Save irrationalistic/1041f20125528d1c4bbd to your computer and use it in GitHub Desktop.
Save irrationalistic/1041f20125528d1c4bbd to your computer and use it in GitHub Desktop.
sublime text nodejs "require" snippet
<snippet>
<content><![CDATA[
var ${2:${1/.*\/([^\.]+)[\.]?(.*)/$1/g}} = require('${1:lib}');
]]></content>
<tabTrigger>req</tabTrigger>
<scope>source.js</scope>
</snippet>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment