fix highlighting for v2.9.*

Get rid of message `Error in /usr/share/nano-syntax-highlighting/etc-hosts.nanorc on line 11: Color "normal" not understood.` after nano exits.
This commit is contained in:
Ondřej Ešler 2019-06-04 08:41:05 +02:00 committed by GitHub
parent 4aa8d461de
commit adfc6adccc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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 "^#.*"