Skip to content

Instantly share code, notes, and snippets.

@brianstarke
Last active December 29, 2015 00:58
Show Gist options
  • Save brianstarke/7589207 to your computer and use it in GitHub Desktop.
Save brianstarke/7589207 to your computer and use it in GitHub Desktop.
<snippet>
<content><![CDATA[
Step(
->
$1
return
(err, ${2:value})->
return cb err if err
$3
return
)
]]></content>
<tabTrigger>step</tabTrigger>
<scope>source.coffee</scope>
<description>Step function</description>
</snippet>
@brianstarke
Copy link
Author

type 'step' then hit tab... or you can change the to whatever you want.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment