diff --git a/css.nanorc b/css.nanorc index 9115c07..d002ad6 100644 --- a/css.nanorc +++ b/css.nanorc @@ -1,7 +1,7 @@ ## Here is an example for css files. ## -syntax "css" "\.css$" +syntax "css" "\.(css|scss)$" color brightred "." color brightyellow start="\{" end="\}" color brightwhite start=":" end="[;^\{]"