nanorc/css.nanorc

11 lines
335 B
Plaintext
Raw Normal View History

2016-02-09 00:52:38 +01:00
## Here is an example for css files.
##
syntax "css" "\.(css|scss)$"
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 ";|:|\{|\}"