Skip to content

Commit f3421aa

Browse files
committed
Merge pull request honza#386 from cirosantilli/anchor-clipboard
Add HTML `ac` Anchor from Clipboard.
2 parents 405aff0 + 33803e6 commit f3421aa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

snippets/html.snippets

+2
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,8 @@ snippet a:ext
147147
<a href="http://${1:example.com}">${0:$1}</a>
148148
snippet a:mail
149149
<a href="mailto:${1:joe@example.com}?subject=${2:feedback}">${0:email me}</a>
150+
snippet ac
151+
<a href="`@+`">${0:`@+`}</a>
150152
snippet abbr
151153
<abbr title="${1}">${0}</abbr>
152154
snippet address

0 commit comments

Comments
 (0)