From c5632a7e40548532a864d96cd0e7f11ad0193ead Mon Sep 17 00:00:00 2001 From: David Lawrence Ramsey Date: Mon, 27 Jun 2005 02:56:59 +0000 Subject: [PATCH] add Mike Frysinger's GCC builtins regex to the "c-file" regexes git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2772 35c25a1d-7b9e-4130-9fde-d3aeb78583b8 --- ChangeLog | 1 + doc/nanorc.sample | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/ChangeLog b/ChangeLog index 2441b286..8d181dfd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -368,6 +368,7 @@ CVS code - this to other regex strings whenever possible. - Move some overly long split-up regex strings that cover similar areas onto the same line. (DLR) + - Add GCC builtins to the "c-file" regexes. (Mike Frysinger) - nanorc.5: - Update the description of how the "color" regex works. (DLR) - Clarify descriptions of the characters that aren't allowed diff --git a/doc/nanorc.sample b/doc/nanorc.sample index b204dcda..ea954caf 100644 --- a/doc/nanorc.sample +++ b/doc/nanorc.sample @@ -165,6 +165,10 @@ # 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]?'" ## +## GCC builtins +## +# color cyan "__attribute__[[:space:]]*\(\([^)]*\)\)" "__(asm|builtin|inline|restrict|typeof)__" +## ## You will in general want your comments and strings to come last, ## because syntax highlighting rules will be applied in the order they ## are read in.