]> git.wh0rd.org Git - nano.git/commitdiff
in nanorc.sample, tweak the "c-file" regex for characters to properly
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Thu, 27 Oct 2005 18:59:23 +0000 (18:59 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Thu, 27 Oct 2005 18:59:23 +0000 (18:59 +0000)
handle '\"'

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

ChangeLog
doc/nanorc.sample

index a4b08ea1bbf8a8bec00e1406b4851c34b4e42fc2..c947dfabd0a4798ac42599601cd7423ba9e8b5e7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -17,6 +17,9 @@ CVS code -
          get_page_start(). (DLR)
 - nano.h:
        - Readd MIN_EDITOR_COLS #define. (DLR)
+- doc/nanorc.sample:
+       - Tweak the "c-file" regex for characters to properly handle
+         '\"'. (DLR)
 
 GNU nano 1.3.9 - 2005.10.23
 - General:
index 071f5a8b89b3ad6df14266974ee8b468c6e21402..3fb7edfff8267f61b55650ea624e60db91826c79 100644 (file)
 # color brightyellow "\<(try|throw|catch|operator|new|delete)\>"
 # color magenta "\<(goto|continue|break|return)\>"
 # color brightcyan "^[[:space:]]*#[[:space:]]*(define|undef|include|ifn?def|endif|elif|else|if|warning|error)"
-# color brightmagenta "'([^\]|(\\['abfnrtv\\]))'" "'\\(([0-7][0-7]?)|([0-3][0-7][0-7]))'" "'\\x[0-9A-Fa-f][0-9A-Fa-f]?'"
+# color brightmagenta "'([^\]|(\\["'abfnrtv\\]))'" "'\\(([0-7][0-7]?)|([0-3][0-7][0-7]))'" "'\\x[0-9A-Fa-f][0-9A-Fa-f]?'"
 ##
 ## GCC builtins
 ##