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