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