]> git.wh0rd.org Git - nano.git/commitdiff
- Add a better string matching sequence that includes escaped quotes (thanks to Carl...
authorChris Allegretta <chrisa@asty.org>
Wed, 18 Sep 2002 00:00:12 +0000 (00:00 +0000)
committerChris Allegretta <chrisa@asty.org>
Wed, 18 Sep 2002 00:00:12 +0000 (00:00 +0000)
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@1277 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

ChangeLog
nanorc.sample

index e811e41b0af910357e7b712fc1df0aa1ab77311e..10709eb3789efd953b07386b255cfc361f15e092 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -116,6 +116,9 @@ CVS code -
 - nanorc.sample:
        - Fix the c-file regex for all caps words to be extended regex
          format ({} instead of \{\}) (found by DLR).
+       - Add a better string matching sequence that includes escaped
+         quotes (thanks to Carl E. Lindberg, who doesn't even know he
+         helped ;-)
 - utils.c:
   charalloc()
        - Switch from using calloc() to using malloc(). (David
index 27cb070632e05eeaaa1f2fe2e35423600fde58cd..15305bc748a3922eebd33579866108bff7b91b6f 100644 (file)
 # because syntax highlighting rules will be applied in the order they are
 # read in
 
-# color brightyellow "<[^= ]*>" "\"[^"]*\""
+# color brightyellow "<[^= ]*>" "\"(\\.|[^\\"])*\""
 # color brightblue "//.*"
 # color brightblue start="/\*" end="\*/"