From: David Lawrence Ramsey Date: Wed, 30 Mar 2005 17:10:57 +0000 (+0000) Subject: move bool from the C++-specific line to the C-specific line, since C99 X-Git-Tag: v1.3.7~21 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=050469c595868481667786bb0b1da52d351a11e8;p=nano.git move bool from the C++-specific line to the C-specific line, since C99 defines it git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2441 35c25a1d-7b9e-4130-9fde-d3aeb78583b8 --- diff --git a/doc/nanorc.sample b/doc/nanorc.sample index bb4b5861..f62e0ee3 100644 --- a/doc/nanorc.sample +++ b/doc/nanorc.sample @@ -142,8 +142,8 @@ ## # syntax "c-file" "\.(c|C|cc|cpp|h|H|hh|hpp)$" # color red "\<[A-Z_]{2,}\>" -# color green "\<(float|double|char|int|short|long|sizeof|enum|void|static|const|struct|union|typedef|extern|signed|unsigned|inline)\>" -# color green "\<(bool|class|namespace|template|public|protected|private|typename|this|friend|virtual|using|mutable|volatile|register|explicit)\>" +# color green "\<(float|double|bool|char|int|short|long|sizeof|enum|void|static|const|struct|union|typedef|extern|signed|unsigned|inline)\>" +# color green "\<(class|namespace|template|public|protected|private|typename|this|friend|virtual|using|mutable|volatile|register|explicit)\>" # color brightyellow "\<(for|if|while|do|else|case|default|switch|goto|continue|break|return)\>" # color brightyellow "\<(try|throw|catch|operator|new|delete)\>" # color brightcyan "^ *# *(define|undef|include|ifn?def|endif|elif|else|if)"