Skip to content

Commit

Permalink
Added snippets for clj and html
Browse files Browse the repository at this point in the history
  • Loading branch information
scheibenkaes committed Mar 19, 2011
1 parent 4295e8e commit 5aa7620
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions clj/def.snippet
@@ -0,0 +1 @@
(def ${1:symbol} ${2:value})
1 change: 1 addition & 0 deletions clj/defn.snippet
@@ -0,0 +1 @@
(defn ${1:name} [${2}] ${3:body})
1 change: 1 addition & 0 deletions html/br.snippet
@@ -0,0 +1 @@
<br />
3 changes: 3 additions & 0 deletions html/p.snippet
@@ -0,0 +1,3 @@
<p>
${1}
</p>

0 comments on commit 5aa7620

Please sign in to comment.