1
0
mirror of https://github.com/scopatz/nanorc synced 2024-09-29 01:19:50 +02:00

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

View File

@ -4,7 +4,7 @@
syntax "css" "\.css$"
color brightred "."
color brightyellow start="\{" end="\}"
color brightwhite 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 ";|:|\{|\}"