summaryrefslogtreecommitdiff
path: root/doc/syntax/css.nanorc
blob: a806d7c560ee33acea4bcaaf48e4054aafa2616a (plain)
1
2
3
4
5
6
7
8
9
10
## 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         ";|:|\{|\}"