forked from FG42/FG42
1
0
Fork 0
FG42/conf/emacs.d/snippets/text-mode/nxml-mode/form

6 lines
155 B
Plaintext

#contributor : Anders Bach Nielsen <abachn@abachn.net>
#name :<form method="..." action="..."></form>
# --
<form method="$1" action="$2">
$0
</form>