Add ac Anchor from Clipboard.

This commit is contained in:
Ciro Santilli 2014-06-11 17:09:13 +02:00
parent 92575e1bd6
commit 33803e6123

View File

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