]> code.delx.au - gnu-emacs-elpa/blob - packages/yasnippet/snippets/html-mode/href
Merge commit '4bf7f1c9e46fb819c673e55d8a1891774e139f98' from hydra
[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>