]> git.wh0rd.org Git - nano.git/commitdiff
in doc/syntax/c.nanorc, simplify "undef", "ifn?def", "elif", and "else"
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Mon, 2 Oct 2006 17:01:58 +0000 (17:01 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Mon, 2 Oct 2006 17:01:58 +0000 (17:01 +0000)
in the preprocessor regexes

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

ChangeLog
doc/syntax/c.nanorc

index 431290e53d33153ac0cc8be4b94e74e43f1daa57..16ca8c75b246a3794bb42bd4cbfb638b75a35497 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,7 @@
 CVS code -
+- doc/syntax/c.nanorc:
+       - Simplify "undef", "ifn?def", "elif", and "else" in the
+         preprocessor regexes. (DLR)
 
 GNU nano 1.9.99pre2 - 2006.10.02
 - General:
index 3980aed950fe5871e608dce362ad32168abc0866..cc0482cebe257b8b9f25d30d333bf5fdef178c01 100644 (file)
@@ -8,7 +8,7 @@ color green "\<(class|namespace|template|public|protected|private|typename|this|
 color brightyellow "\<(for|if|while|do|else|case|default|switch)\>"
 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 brightcyan "^[[:space:]]*#[[:space:]]*(define|include|(un|ifn?)def|endif|el(if|se)|if|warning|error)"
 color brightmagenta "'([^'\]|(\\["'abfnrtv\\]))'" "'\\(([0-3]?[0-7]{1,2}))'" "'\\x[0-9A-Fa-f]{1,2}'"
 ##
 ## GCC builtins