From 56f3b17cbcab642bcba4f1eaa9bbccd81ce032dd Mon Sep 17 00:00:00 2001 From: Daniel Jones Date: Mon, 12 May 2014 00:57:15 -0400 Subject: [PATCH] Changed css file regex to also match scss files. --- css.nanorc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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="[;^\{]"