summaryrefslogtreecommitdiff
path: root/.emacs.d/snippets/nxml-mode/img
blob: f80e3ce1e3db993e880ff9c1b3f8ef01b130e4d7 (plain)
1
2
3
4
5
# -*- mode: snippet -*-
# contributor : Anders Bach Nielsen <abachn@abachn.net>
# name: <img src="..." alt="..." />
# --
<img src="$1" alt="$2" />