From 56e9257f56e9c721f56ae26136b984aa88a345c2 Mon Sep 17 00:00:00 2001 From: yochem Date: Tue, 8 May 2018 14:46:49 +0200 Subject: [PATCH] Changed normal back to brightwhite, as it seems a lot of older versions of Nano don't support color normal --- yaml.nanorc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/yaml.nanorc b/yaml.nanorc index 74b458a..fe536ea 100644 --- a/yaml.nanorc +++ b/yaml.nanorc @@ -14,8 +14,8 @@ color yellow "[:-]\s+[0-9]+\.?[0-9]*(\s*($|#))" color yellow "(^| )!!(binary|bool|float|int|map|null|omap|seq|set|str) " # Separator -color normal "^\s+-" -color normal ":(\s|\t|$)" +color brightwhite "^\s+-" +color brightwhite ":(\s|\t|$)" # Comments color white "(^|[[:space:]])#.*$"