nanorc/css.nanorc
2018-08-09 10:09:19 +02:00

14 lines
354 B
Plaintext

## Here is an example for css files.
##
syntax "CSS" "\.(css|scss)$"
color red "."
color yellow start="\{" end="\}"
color white start=":" end="[;^\{]"
color blue ":active|:focus|:hover|:link|:visited|:link|:after|:before|$"
color blue start="\/\*" end="\*\/"
color green ";|:|\{|\}"
## Trailing spaces
color ,green "[[:space:]]+$"