]> code.delx.au - gnu-emacs-elpa/blob - packages/yasnippet/snippets/html-mode/style
Add 'packages/multishell/' from commit '156e0ff035d20efa63ef71019c6fa96ae638c5b8'
[gnu-emacs-elpa] / packages / yasnippet / snippets / html-mode / style
1 # contributor: Jimmy Wu <frozenthrone88@gmail.com>
2 # name: <style type="text/css" media="...">...</style>
3 # key: style
4 # --
5 <style type="text/css" media="${1:screen}">
6 $0
7 </style>