]> code.delx.au - gnu-emacs-elpa/blob - packages/yasnippet/snippets/html-mode/form
Merge commit '0b9eb2b647a49ffa3dc4e3e61cb8bd94c7fe3634' as 'packages/gnorb'
[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>