Merge pull request #386 from cirosantilli/anchor-clipboard

Add HTML `ac` Anchor from Clipboard.
This commit is contained in:
Honza Pokorny 2014-06-12 04:42:33 -03:00
commit f3421aa0e5

View File

@ -147,6 +147,8 @@ snippet a:ext
<a href="http://${1:example.com}">${0:$1}</a>
snippet a:mail
<a href="mailto:${1:joe@example.com}?subject=${2:feedback}">${0:email me}</a>
snippet ac
<a href="`@+`">${0:`@+`}</a>
snippet abbr
<abbr title="${1}">${0}</abbr>
snippet address