]> code.delx.au - gnu-emacs-elpa/blob - packages/yasnippet/snippets/nxml-mode/form
Merge commit '1380f8c1a51f31514125a08f632d017cdfb8e26e' from hydra
[gnu-emacs-elpa] / packages / yasnippet / snippets / nxml-mode / form
1 # contributor: Anders Bach Nielsen <abachn@abachn.net>
2 #name :<form method="..." action="..."></form>
3 # key: form
4 # --
5 <form method="$1" action="$2">
6 $0
7 </form>