1
0
mirror of https://github.com/scopatz/nanorc synced 2024-11-22 08:35:39 +01:00

Changed css file regex to also match scss files.

This commit is contained in:
Daniel Jones 2014-05-12 00:57:15 -04:00
parent b31ddc5645
commit 56f3b17cbc

View File

@ -1,7 +1,7 @@
## Here is an example for css files. ## Here is an example for css files.
## ##
syntax "css" "\.css$" syntax "css" "\.(css|scss)$"
color brightred "." color brightred "."
color brightyellow start="\{" end="\}" color brightyellow start="\{" end="\}"
color brightwhite start=":" end="[;^\{]" color brightwhite start=":" end="[;^\{]"