]> git.wh0rd.org Git - nano.git/commitdiff
in nanorc.sample, per John M. Gabriele's patch, tweak the "nanorc"
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Thu, 1 Jun 2006 01:51:41 +0000 (01:51 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Thu, 1 Jun 2006 01:51:41 +0000 (01:51 +0000)
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
doc/nanorc.sample

index 141d389d71283e5443ff4b7e84edf1b84d31abd6..eb81deeedc060e753a7785ca61dbfdccbaef17b4 100644 (file)
--- 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)
index bd7e58516a9022010d9126406917acf2bc269ef6..517a9041c63a9852e755d1070caace4268424d14 100644 (file)
 ## Strings
 # icolor white ""(\\.|[^"])*""
 ## Comments
-# icolor blue "^[[:space:]]*#.*$"
+# icolor brightblue "^[[:space:]]*#.*$"