Skip to content

Commit 33803e6

Browse files
committed
Add ac Anchor from Clipboard.
1 parent 92575e1 commit 33803e6

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)