mirror of
https://github.com/scopatz/nanorc.git
synced 2024-10-18 02:06:40 -07:00
Changed css file regex to also match scss files.
This commit is contained in:
parent
b31ddc5645
commit
56f3b17cbc
1 changed files with 1 additions and 1 deletions
|
|
@ -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="[;^\{]"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue