Skip to content

Commit

Permalink
js snippet
Browse files Browse the repository at this point in the history
  • Loading branch information
esamattis committed Mar 3, 2014
1 parent dd83d5f commit ff8c998
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions UltiSnips/javascript.snippets
Expand Up @@ -106,3 +106,7 @@ endsnippet
snippet bs "Super (Backbone)" !b
${1:Backbone.Model}.prototype.apply.${2:constructor}(this, arguments);
endsnippet

snippet exit "process.exit(0);" !b
process.exit(${1:0});
endsnippet

0 comments on commit ff8c998

Please sign in to comment.