mirror of
https://github.com/scopatz/nanorc
synced 2024-11-23 19:00:27 +01:00
Fixed css comment highlighting. Removed extra whitespace.
This commit is contained in:
parent
3c0e769ae3
commit
b31ddc5645
|
@ -6,5 +6,5 @@ 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 ";|:|\{|\}"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user