emacs/snippets/nxml-mode/body

7 lines
131 B
Plaintext

# -*- mode: snippet -*-
# contributor : Anders Bach Nielsen <abachn@abachn.net>
# name: <body>...</body>
# --
<body$1>
$0
</body>