]> code.delx.au - gnu-emacs-elpa/blob - packages/yasnippet/snippets/nxml-mode/tag.2l
Add 'packages/validate/' from commit '95865f28b0f0b6386b8dcdf2b084f1cd79ffab0d'
[gnu-emacs-elpa] / packages / yasnippet / snippets / nxml-mode / tag.2l
1 # contributor: Anders Bach Nielsen <abachn@abachn.net>
2 # name: <tag> \n...\n</tag>
3 # key: tag
4 # --
5 <${1:tag}>
6 $2
7 </$1>$0