]> git.wh0rd.org Git - nano.git/commitdiff
in nanorc.sample, tweak one "TeX" regex to use the "icolor" directive
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Tue, 11 Oct 2005 19:20:52 +0000 (19:20 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Tue, 11 Oct 2005 19:20:52 +0000 (19:20 +0000)
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3043 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

ChangeLog
doc/nanorc.sample

index 21912e58217c2095ca7aaaa8e165260d7617efb1..a5f94416b591a9425ec26d6e6f664c46b9c9495d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -405,6 +405,7 @@ CVS code -
          support C99 standard integer types, support more GCC builtins,
          and color code flow control statements differently. (Mike
          Frysinger)  DLR: Slightly simplify the integer types regex.
+       - Tweak one "TeX" regex to use the "icolor" directive. (DLR)
 - doc/man/nanorc.5:
        - Explain how the "none" and "default" syntaxes work. (DLR)
 - doc/man/fr/nano.1, doc/man/fr/nanorc.5:
index ede71d08c24610b5e78df1f37bbee3467883f099..071f5a8b89b3ad6df14266974ee8b468c6e21402 100644 (file)
 
 ## Here is a short example for TeX files
 # syntax "TeX" "\.tex$"
-# color green "\\.|\\[A-Za-z]*"
+# icolor green "\\.|\\[A-Z]*"
 # color magenta "[{}]"
 # color blue "%.*"