From adfc6adccc8889e6e872e37914928d9fec0692b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20E=C5=A1ler?= Date: Tue, 4 Jun 2019 08:41:05 +0200 Subject: [PATCH] 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. --- etc-hosts.nanorc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc-hosts.nanorc b/etc-hosts.nanorc index eb8a51e..0c44bfd 100644 --- a/etc-hosts.nanorc +++ b/etc-hosts.nanorc @@ -8,7 +8,7 @@ color yellow "^[0-9\.]+\s" icolor green "^[0-9a-f:]+\s" # interpunction -color normal "[.:]" +color white "[.:]" # comments color brightblack "^#.*"