]> code.delx.au - gnu-emacs-elpa/blob - packages/yasnippet/snippets/nxml-mode/style
Merge commit 'b45fc3f6c0802be172c4e887d1cea268ce7866e0' from swiper
[gnu-emacs-elpa] / packages / yasnippet / snippets / nxml-mode / style
1 # contributor: Anders Bach Nielsen <abachn@abachn.net>
2 # name: <style type="text/css" media="...">...</style>
3 # key: style
4 # --
5 <style type="text/css" media="${1:screen}">
6 $0
7 </style>