2
0
Fork 0
nano-syntax-archived/css.nanorc

8 lines
294 B
Plaintext
Raw Normal View History

2015-05-03 08:01:46 +02:00
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 ";|:|\{|\}"