diff options
| author | Simeon Simeonov | 2019-03-20 12:58:35 +0100 |
|---|---|---|
| committer | Simeon Simeonov | 2019-03-20 12:58:35 +0100 |
| commit | 8d4b6e4a5dbd7ce8bbe3f8b545bff0c2d888df64 (patch) | |
| tree | 29a533124c29cacb0034e7fec4e18dbb092f6a8d /.emacs.d/snippets/nxml-mode/form | |
| parent | f2214365df0970ec3c82bbab318d1ed10371ba2d (diff) | |
Cosmetic changes in .emacs.d/snippets/nxml-mode and .emacs.d/snippets/python-mode
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 |
