]> git.wh0rd.org Git - nano.git/commitdiff
move bool from the C++-specific line to the C-specific line, since C99
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Wed, 30 Mar 2005 17:10:57 +0000 (17:10 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Wed, 30 Mar 2005 17:10:57 +0000 (17:10 +0000)
defines it

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

doc/nanorc.sample

index bb4b586146dc807f4cebf31755f1034f1a8a84db..f62e0ee3095cd977c05c8e4365691c061934f726 100644 (file)
 ##
 # 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)"