Skip to content

Commit

Permalink
Add ac Anchor from Clipboard.
Browse files Browse the repository at this point in the history
  • Loading branch information
cirosantilli committed Jun 11, 2014
1 parent 92575e1 commit 33803e6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions snippets/html.snippets
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,8 @@ snippet a:ext
<a href="http://${1:example.com}">${0:$1}</a>
snippet a:mail
<a href="mailto:${1:[email protected]}?subject=${2:feedback}">${0:email me}</a>
snippet ac
<a href="`@+`">${0:`@+`}</a>
snippet abbr
<abbr title="${1}">${0}</abbr>
snippet address
Expand Down

0 comments on commit 33803e6

Please sign in to comment.