summaryrefslogtreecommitdiff
path: root/.config/nano/css.nanorc
blob: 04d4a971c3a3036901664223adb7b16dba538e6a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
## Here is an example for css files.
##

syntax "CSS" "\.(css|scss|less)$"
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         ";|:|\{|\}"

## Trailing spaces
color ,green "[[:space:]]+$"