Update etc-hosts.nanorc

Error in etc-hosts.nanorc on line 11: Color "normal" not understood.
Color was changed to white.
This commit is contained in:
Adonis Deliannis 2019-07-07 12:23:44 -07:00 committed by GitHub
parent 77b1a65bed
commit b0b9b9394a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,7 +8,7 @@ color yellow "^[0-9\.]+\s"
icolor green "^[0-9a-f:]+\s"
# interpunction
color normal "[.:]"
color white "[.:]"
# comments
color brightblack "^#.*"