From 09560b0dc2d657e6f5deaadec1c13466a8bdf68c Mon Sep 17 00:00:00 2001 From: Feixu Date: Sun, 7 Feb 2021 10:28:01 -0500 Subject: [PATCH] Remove syntax error --- sh.nanorc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sh.nanorc b/sh.nanorc index febc22c..ecfe03c 100644 --- a/sh.nanorc +++ b/sh.nanorc @@ -20,4 +20,4 @@ icolor brightgreen "^\s+[0-9A-Z_]+\s+\(\)" icolor brightred "\$\{?[0-9A-Z_!@#$*?-]+\}?" color brightyellow ""(\\.|[^"])*"" "'(\\.|[^'])*'" color cyan "(^|[[:space:]])#.*$" -color ,green "[[:space:]]+$" +color green "[[:space:]]+$"