nanorc/css.nanorc

14 lines
384 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)$"
2010-07-29 00:15:43 +02:00
color brightred "."
color brightyellow start="\{" end="\}"
color brightwhite start=":" end="[;^\{]"
2010-07-29 00:15:43 +02:00
color brightblue ":active|:focus|:hover|:link|:visited|:link|:after|:before|$"
color brightblue 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:]]+$"