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