From 065ce0a8d4bad59d68f3e7b326bf4d7390a3b0cb Mon Sep 17 00:00:00 2001 From: Zach DeCook Date: Fri, 19 Mar 2021 12:30:53 -0400 Subject: [PATCH] * Yaml: Fix highlighting of spaces --- yaml.nanorc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yaml.nanorc b/yaml.nanorc index f202cd8..de89e76 100644 --- a/yaml.nanorc +++ b/yaml.nanorc @@ -15,7 +15,7 @@ color yellow "(^| )!!(binary|bool|float|int|map|null|omap|seq|set|str) " # Separator color brightwhite "^\s+-" -color brightwhite ":(\s|\t|$)" +color brightwhite ":(\s|$)" # Comments color brightblue "(^|[[:space:]])#.*$"