diff --git a/css.nanorc b/css.nanorc index faf783a..d002ad6 100644 --- a/css.nanorc +++ b/css.nanorc @@ -1,10 +1,10 @@ ## Here is an example for css files. ## -syntax "css" "\.css$" +syntax "css" "\.(css|scss)$" color brightred "." color brightyellow start="\{" end="\}" -color brightwhite start=":" end="[;^\{]" +color brightwhite start=":" end="[;^\{]" color brightblue ":active|:focus|:hover|:link|:visited|:link|:after|:before|$" -color brightblue start="\/\*" end="\\*/" +color brightblue start="\/\*" end="\*\/" color green ";|:|\{|\}"