mirror of
https://github.com/scopatz/nanorc.git
synced 2024-10-18 02:06:40 -07:00
YAML comments are now grey/brightblue
White was too shiny
This commit is contained in:
parent
9acc62b0c1
commit
1d7e358a76
1 changed files with 1 additions and 1 deletions
|
|
@ -18,4 +18,4 @@ color brightwhite "^\s+-"
|
||||||
color brightwhite ":(\s|\t|$)"
|
color brightwhite ":(\s|\t|$)"
|
||||||
|
|
||||||
# Comments
|
# Comments
|
||||||
color white "(^|[[:space:]])#.*$"
|
color brightblue "(^|[[:space:]])#.*$"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue