Skip to content

Commit

Permalink
Better tab support
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicholas Penree committed Jan 2, 2011
1 parent 69202ee commit bd7ef9e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions snippets/javascript/app.get.snippet
@@ -1,2 +1,3 @@
app.get('${1:path}', function(req, res){ app.get('${1:path}', function(req, res){
${2:}
}); });
1 change: 1 addition & 0 deletions snippets/javascript/app.post.snippet
@@ -1,2 +1,3 @@
app.post('${1:path}', function(req, res){ app.post('${1:path}', function(req, res){
${2:}
}); });
1 change: 1 addition & 0 deletions snippets/javascript/foreEach.snippet
@@ -1,2 +1,3 @@
forEach(function(${1:item},${2:index}){ forEach(function(${1:item},${2:index}){
${3:}
}); });

0 comments on commit bd7ef9e

Please sign in to comment.