Skip to content

Commit

Permalink
snippets
Browse files Browse the repository at this point in the history
  • Loading branch information
philc committed Oct 4, 2012
1 parent 33c30bb commit 6625b06
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
6 changes: 5 additions & 1 deletion bundle/philc-snippets/snippets/coffee.snippets
Expand Up @@ -6,4 +6,8 @@ snippet setup
${1}
snippet should
should "${1}", ->
${2}
${2}
snippet deb
console.log("**** ${1:var}", $1)${2}
snippet log
console.log(${1})${2}
5 changes: 5 additions & 0 deletions bundle/philc-snippets/snippets/css.snippets
@@ -0,0 +1,5 @@
snippet br
border: 1px solid red;
snippet bg
border: 1px solid green;

0 comments on commit 6625b06

Please sign in to comment.