Changed css file regex to also match scss files.
This commit is contained in:
+1
-1
@@ -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="[;^\{]"
|
||||||
|
|||||||
Reference in New Issue
Block a user