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