From c1662f2eb7134effe52650891ad76daaa649b0e8 Mon Sep 17 00:00:00 2001
From: David Lawrence Ramsey <pooka109@gmail.com>
Date: Thu, 1 Jun 2006 01:51:41 +0000
Subject: [PATCH] in nanorc.sample, per John M. Gabriele's patch, tweak the
 "nanorc" regexes to color comments bright blue instead of blue

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3599 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
---
 ChangeLog         | 2 ++
 doc/nanorc.sample | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index 141d389d..eb81deee 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -447,6 +447,8 @@ CVS code -
 	- Further simplify the "groff" regexes. (DLR)
 	- Tweak the "shellscript" regexes to properly color all special
 	  variables, such as $? and $@. (Benno Schulenberg)
+	- Tweak the "nanorc" regexes to color comments bright blue
+	  instead of blue. (John M. Gabriele)
 - src/Makefile.am:
 	- If we're uninstalling, remove the "rnano" symlink. (DLR, found
 	  by Benno Schulenberg)
diff --git a/doc/nanorc.sample b/doc/nanorc.sample
index bd7e5851..517a9041 100644
--- a/doc/nanorc.sample
+++ b/doc/nanorc.sample
@@ -378,4 +378,4 @@
 ## Strings
 # icolor white ""(\\.|[^"])*""
 ## Comments
-# icolor blue "^[[:space:]]*#.*$"
+# icolor brightblue "^[[:space:]]*#.*$"
-- 
GitLab