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

Merge pull request #26 from tortxof/master

Made some changes to css.nanorc
This commit is contained in:
Anthony Scopatz 2014-05-12 01:33:38 -05:00
commit e81bb080db

View File

@ -1,10 +1,10 @@
## Here is an example for css files.
##
syntax "css" "\.css$"
syntax "css" "\.(css|scss)$"
color brightred "."
color brightyellow start="\{" end="\}"
color brightwhite start=":" end="[;^\{]"
color brightblue ":active|:focus|:hover|:link|:visited|:link|:after|:before|$"
color brightblue start="\/\*" end="\\*/"
color brightblue start="\/\*" end="\*\/"
color green ";|:|\{|\}"