File: css.nanorc

package info (click to toggle)
nano 2.2.6-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 6,164 kB
  • sloc: ansic: 16,415; sh: 4,355; makefile: 253; sed: 16
file content (9 lines) | stat: -rw-r--r-- 331 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
## Here is an example for css files.
##
syntax "css" "\.css$"
color brightred     "."
color brightyellow  start="\{" end="\}"
color brightwhite   start=":" end="([;^\{]|$)"
color brightblue    ":active|:focus|:hover|:link|:visited|:link|:after|:before|$"
color brightblue    start="\/\*" end="\\*/"
color green         ";|:|\{|\}"