Merge pull request #386 from cirosantilli/anchor-clipboard
Add HTML `ac` Anchor from Clipboard.
This commit is contained in:
commit
f3421aa0e5
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user