]> git.wh0rd.org Git - nano.git/commitdiff
in the "nanorc" regexes in nanorc.sample, tweak the "comment" regex to
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Mon, 13 Jun 2005 16:41:48 +0000 (16:41 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Mon, 13 Jun 2005 16:41:48 +0000 (16:41 +0000)
color comments that don't start at the beginning of a line

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2652 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

ChangeLog
doc/nanorc.sample

index 2a3da4c126d048a33a54a4e0e06b915512da8187..2d4416893026c5696a0a81f3385cbad760160857 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -257,7 +257,9 @@ CVS code -
 - doc/nanorc.sample:
        - In the "nanorc" regexes, tweak the "color" regex to properly
          color a line that specifies a background color without a
-         foreground color, and update the associated comments. (DLR)
+         foreground color, and update the associated comments.  Also,
+         tweak the "comment" regex to color comments that don't start
+         at the beginning of a line. (DLR)
 - doc/man/fr/Makefile.am:
        - Set mandir to @mandir@/fr, so French manpages get installed
          where they belong (Jordi).
index 3e2904483f1e656bad81b28d499b0bb054bfed1d..76b6d4c481b8535e5eea53e366a69efff0e4cf93 100644 (file)
 ## strings
 # color white "\"(\\.|[^\"])*\""
 ## comments
-# color blue "^ *#.*$"
+# color blue " *#.*$"