This is the first push to this repo with my dotfiles
[dotfilesold/.git] / .nano / css.nanorc
1 ## Here is an example for css files.
2 ##
3
4 syntax "CSS" "\.(css|scss)$"
5 color brightred     "."
6 color brightyellow  start="\{" end="\}"
7 color brightwhite   start=":" end="[;^\{]"
8 color brightblue    ":active|:focus|:hover|:link|:visited|:link|:after|:before|$"
9 color brightblue    start="\/\*" end="\*\/"
10 color green         ";|:|\{|\}"
11
12 ## Trailing spaces
13 color ,green "[[:space:]]+$"