2
0
Fork 0
nano-syntax-archived/css.nanorc
2015-05-03 00:01:46 -06:00

7 lines
294 B
Text

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 ";|:|\{|\}"