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