diff options
Diffstat (limited to '.emacs.d/snippets/nxml-mode/html')
| -rw-r--r-- | .emacs.d/snippets/nxml-mode/html | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/.emacs.d/snippets/nxml-mode/html b/.emacs.d/snippets/nxml-mode/html index 85e09f7..897c195 100644 --- a/.emacs.d/snippets/nxml-mode/html +++ b/.emacs.d/snippets/nxml-mode/html | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | #contributor : Anders Bach Nielsen <abachn@abachn.net> | 1 | # -*- mode: snippet -*- |
| 2 | #name : <html xmlns="...">...</html> | 2 | # contributor : Anders Bach Nielsen <abachn@abachn.net> |
| 3 | # -- | 3 | # name: <html xmlns="...">...</html> |
| 4 | <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="${1:en}" lang="${2:en}"> | 4 | # -- |
| 5 | $0 | 5 | <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="${1:en}" lang="${2:en}"> |
| 6 | </html> | 6 | $0 |
| 7 | </html> \ No newline at end of file | ||
