1
0
mirror of https://github.com/scopatz/nanorc synced 2024-11-21 16:15:40 +01:00

YAML comments are now grey/brightblue

White was too shiny
This commit is contained in:
Barbz 2018-07-03 21:32:35 +02:00 committed by GitHub
parent 9acc62b0c1
commit 1d7e358a76
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,4 +18,4 @@ color brightwhite "^\s+-"
color brightwhite ":(\s|\t|$)"
# Comments
color white "(^|[[:space:]])#.*$"
color brightblue "(^|[[:space:]])#.*$"