]> code.delx.au - gnu-emacs-elpa/blob - packages/yasnippet/snippets/nxml-mode/tag.2l
Merge commit '97a2f9340b19c1b8c31455b3219fb88f39d38f1b' from ace-window
[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