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