nanorc/css.nanorc

14 lines
354 B
Plaintext
Raw Normal View History

2010-07-29 00:15:43 +02:00
## Here is an example for css files.
##
syntax "CSS" "\.(css|scss)$"
2018-08-09 10:09:19 +02:00
color red "."
color yellow start="\{" end="\}"
color white start=":" end="[;^\{]"
color blue ":active|:focus|:hover|:link|:visited|:link|:after|:before|$"
color blue start="\/\*" end="\*\/"
2010-07-29 00:15:43 +02:00
color green ";|:|\{|\}"
2016-12-06 21:50:19 +01:00
## Trailing spaces
color ,green "[[:space:]]+$"