Fixed css comment highlighting. Removed extra whitespace.

This commit is contained in:
Daniel Jones 2014-05-11 18:41:00 -04:00
parent 3c0e769ae3
commit b31ddc5645
1 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@
syntax "css" "\.css$" syntax "css" "\.css$"
color brightred "." color brightred "."
color brightyellow start="\{" end="\}" color brightyellow start="\{" end="\}"
color brightwhite start=":" end="[;^\{]" color brightwhite start=":" end="[;^\{]"
color brightblue ":active|:focus|:hover|:link|:visited|:link|:after|:before|$" color brightblue ":active|:focus|:hover|:link|:visited|:link|:after|:before|$"
color brightblue start="\/\*" end="\\*/" color brightblue start="\/\*" end="\*\/"
color green ";|:|\{|\}" color green ";|:|\{|\}"