summaryrefslogtreecommitdiff
path: root/.emacs.d/snippets/nxml-mode/img
diff options
context:
space:
mode:
Diffstat (limited to '.emacs.d/snippets/nxml-mode/img')
-rw-r--r--.emacs.d/snippets/nxml-mode/img7
1 files changed, 4 insertions, 3 deletions
diff --git a/.emacs.d/snippets/nxml-mode/img b/.emacs.d/snippets/nxml-mode/img
index 1f4382b..f80e3ce 100644
--- a/.emacs.d/snippets/nxml-mode/img
+++ b/.emacs.d/snippets/nxml-mode/img
@@ -1,4 +1,5 @@
1#contributor : Anders Bach Nielsen <abachn@abachn.net> 1# -*- mode: snippet -*-
2#name : <img src="..." alt="..." /> 2# contributor : Anders Bach Nielsen <abachn@abachn.net>
3# -- 3# name: <img src="..." alt="..." />
4# --
4<img src="$1" alt="$2" /> \ No newline at end of file 5<img src="$1" alt="$2" /> \ No newline at end of file