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