summaryrefslogtreecommitdiff
path: root/.emacs.d/snippets/nxml-mode/tag
blob: 8d9e55d7ecb1b8706d224ec413b6547a2a85a230 (plain)
1
2
3
4
5
6
# -*- mode: snippet -*-
# contributor : Anders Bach Nielsen <abachn@abachn.net>
# name: <tag>...</tag>
# key: t
# --
<${1:tag}>$2</$1>$0