]> code.delx.au - gnu-emacs-elpa/blob - packages/yasnippet/snippets/html-mode/href
Add 'packages/names/' from commit 'b7bb062fc3c5de0c5bdb6dcf60da260d2a169783'
[gnu-emacs-elpa] / packages / yasnippet / snippets / html-mode / href
1 # contributor: Jimmy Wu <frozenthrone88@gmail.com>
2 # name: <a href="...">...</a>
3 # key: href
4 # --
5 <a href="$1">$2</a>