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