]> code.delx.au - gnu-emacs-elpa/blob - packages/yasnippet/snippets/nxml-mode/form
Merge commit '199c52606dcd614cb856bbcaca13b5fada0772b6' from avy
[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>