Skip to content

Instantly share code, notes, and snippets.

@una
Last active August 29, 2015 14:23
Show Gist options
  • Save una/dec357663336ffe9e2dd to your computer and use it in GitHub Desktop.
Save una/dec357663336ffe9e2dd to your computer and use it in GitHub Desktop.
var x = require('x'); sublime snippet

varreq tab --> cursor in two spots: after var and after require('

varreq tab github --> var github = require('github');

<snippet>
<content><![CDATA[
var $1 = require('$1');
]]></content>
<tabTrigger>varreq</tabTrigger>
<scope>source.js</scope>
</snippet>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment