summaryrefslogtreecommitdiffstats
path: root/emacs.d/snippets/text-mode/nxml-mode/form
blob: 252253ec6a7c2013ec1bf8d858bff866cbb89d6a (plain) (blame)
1
2
3
4
5
6
#contributor : Anders Bach Nielsen <abachn@abachn.net>
#name :<form method="..." action="..."></form>
# --
<form method="$1" action="$2">
  $0
</form>