summaryrefslogtreecommitdiff
path: root/.emacs.d/snippets/nxml-mode/tag
diff options
context:
space:
mode:
Diffstat (limited to '.emacs.d/snippets/nxml-mode/tag')
-rw-r--r--.emacs.d/snippets/nxml-mode/tag7
1 files changed, 4 insertions, 3 deletions
diff --git a/.emacs.d/snippets/nxml-mode/tag b/.emacs.d/snippets/nxml-mode/tag
index 7c6a766..8d9e55d 100644
--- a/.emacs.d/snippets/nxml-mode/tag
+++ b/.emacs.d/snippets/nxml-mode/tag
@@ -1,5 +1,6 @@
1#contributor : Anders Bach Nielsen <abachn@abachn.net> 1# -*- mode: snippet -*-
2#name : <tag>...</tag> 2# contributor : Anders Bach Nielsen <abachn@abachn.net>
3#key: t 3# name: <tag>...</tag>
4# key: t
4# -- 5# --
5<${1:tag}>$2</$1>$0 \ No newline at end of file 6<${1:tag}>$2</$1>$0 \ No newline at end of file