diff options
Diffstat (limited to '')
-rw-r--r-- | emacs.d/snippets/text-mode/nxml-mode/form | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/emacs.d/snippets/text-mode/nxml-mode/form b/emacs.d/snippets/text-mode/nxml-mode/form new file mode 100644 index 0000000..252253e --- /dev/null +++ b/emacs.d/snippets/text-mode/nxml-mode/form @@ -0,0 +1,6 @@ +#contributor : Anders Bach Nielsen <abachn@abachn.net>
+#name :<form method="..." action="..."></form>
+# --
+<form method="$1" action="$2">
+ $0
+</form>
\ No newline at end of file |