mirror of
https://github.com/scopatz/nanorc.git
synced 2024-10-18 02:06:40 -07:00
Fixed css comment highlighting. Removed extra whitespace.
This commit is contained in:
parent
3c0e769ae3
commit
b31ddc5645
1 changed files with 2 additions and 2 deletions
|
|
@ -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 ";|:|\{|\}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue