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