From f4339e5f8472a38ac0c847255c26336c38e64864 Mon Sep 17 00:00:00 2001 From: DesertPunk <38014530+DesertPunk@users.noreply.github.com> Date: Sun, 9 Jun 2019 22:29:55 +0800 Subject: [PATCH] Update etc-hosts.nanorc ```# interpunction color normal "[.:]"```causing errors, changing it to ```# interpunction color white "[.:]"``` --- etc-hosts.nanorc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc-hosts.nanorc b/etc-hosts.nanorc index eb8a51e..60d5ba9 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 "^#.*"