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