emacs-prelude/vendor/yasnippet/snippets/nxml-mode/form

7 lines
162 B
Plaintext
Raw Normal View History

2012-02-17 22:12:32 +02:00
# contributor: Anders Bach Nielsen <abachn@abachn.net>
#name :<form method="..." action="..."></form>
# key: form
# --
<form method="$1" action="$2">
$0
</form>