mirror of
https://github.com/scopatz/nanorc
synced 2024-11-27 20:35:53 +01:00
14 lines
354 B
Plaintext
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:]]+$"
|