summaryrefslogtreecommitdiffstats
path: root/emacs.d/snippets/text-mode/nxml-mode/style
blob: b80be1c0ab82f273a1919607aadbfc42b7ce70aa (plain) (blame)
1
2
3
4
5
6
#contributor : Anders Bach Nielsen <abachn@abachn.net>
#name : <style type="text/css" media="...">...</style>
# --
<style type="text/css" media="${1:screen}">
  $0
</style>