Commit 20186f88 authored by David Lawrence Ramsey's avatar David Lawrence Ramsey
Browse files

in nanorc.sample, tweak the "c-file" regex for characters to properly

handle '\"'


git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3057 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
No related merge requests found
Showing with 4 additions and 1 deletion
+4 -1
...@@ -17,6 +17,9 @@ CVS code - ...@@ -17,6 +17,9 @@ CVS code -
get_page_start(). (DLR) get_page_start(). (DLR)
- nano.h: - nano.h:
- Readd MIN_EDITOR_COLS #define. (DLR) - 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 GNU nano 1.3.9 - 2005.10.23
- General: - General:
......
...@@ -185,7 +185,7 @@ ...@@ -185,7 +185,7 @@
# color brightyellow "\<(try|throw|catch|operator|new|delete)\>" # color brightyellow "\<(try|throw|catch|operator|new|delete)\>"
# color magenta "\<(goto|continue|break|return)\>" # color magenta "\<(goto|continue|break|return)\>"
# color brightcyan "^[[:space:]]*#[[:space:]]*(define|undef|include|ifn?def|endif|elif|else|if|warning|error)" # 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 ## GCC builtins
## ##
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment