summaryrefslogtreecommitdiffstats
path: root/emacs.d/snippets/text-mode/html-mode/form
blob: f1c066d6e655f8813ce38c6c70570124853fbbd1 (plain) (blame)
1
2
3
4
5
6
#contributor : Jimmy Wu <frozenthrone88@gmail.com>
#name :<form method="..." id="..." action="..."></form>
# --
<form method="$1" id="$2" action="$3">
  $0
</form>