]> code.delx.au - gnu-emacs-elpa/blob - packages/yasnippet/snippets/html-mode/form
Merge commit '456c40803432b34842e43ceda66cdd105fbf8866'
[gnu-emacs-elpa] / packages / yasnippet / snippets / html-mode / form
1 # contributor: Jimmy Wu <frozenthrone88@gmail.com>
2 #name :<form method="..." id="..." action="..."></form>
3 # key: form
4 # --
5 <form method="$1" id="$2" action="$3">
6 $0
7 </form>