From 56383c9e420b0e5cc8652262fe13621b0251d620 Mon Sep 17 00:00:00 2001 From: Samantaz Fox Date: Tue, 5 Oct 2021 15:31:58 +0200 Subject: [PATCH] Ditto in .zsh files --- zsh.nanorc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zsh.nanorc b/zsh.nanorc index 4e77b36..9578667 100644 --- a/zsh.nanorc +++ b/zsh.nanorc @@ -28,7 +28,7 @@ color brightmagenta "\<(base(32|64)|basename|cat|chcon|chgrp|chmod|chown|chroot| icolor brightgreen "^\s+(function\s+)[0-9A-Z_]+\s+\(\)" ## Variables -icolor brightred "\$\{?[0-9A-Z_!@#$*?-]+\}?" +icolor brightred "\$\{?[0-9A-Z_!@#%$*?-]+\}?" ## Strings color yellow ""(\\.|[^"])*""