]> git.wh0rd.org Git - nano.git/commitdiff
add return to the "c-file" regexes in nanorc.sample
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Sat, 4 Dec 2004 18:14:12 +0000 (18:14 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Sat, 4 Dec 2004 18:14:12 +0000 (18:14 +0000)
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2158 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

ChangeLog
doc/nanorc.sample

index 412cb1c522d0565aaa75f0c12ceae4c75a1732bd..a95e2d36e8afffca68e8926954ddfb995f32f9e9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -122,7 +122,8 @@ CVS code -
        - Add debug message. (DLR)
 - configure.ac:
        - Remove specific references to control key shortcuts. (DLR)
-
+- doc/nanorc.sample:
+       - Add return to the "c-file" regexes. (DLR)
 
 GNU nano 1.3.5 - 2004.11.22
 - General:
index d20f9e655e8258627000380e4ad7091bce04d72d..fb000a5c11f1fedf9663d9c973d7710d00e6adab 100644 (file)
 # syntax "c-file" "\.(c|h)$"
 # color red "\<[A-Z_]{2,}\>" 
 # color green "\<(float|double|char|int|short|long|enum|void|static|const|struct|union|typedef|extern|signed|unsigned|inline)\>"
-# color brightyellow "\<(for|if|while|do|else|case|switch|goto|continue|break)\>"
+# color brightyellow "\<(for|if|while|do|else|case|switch|goto|continue|break|return)\>"
 # color brightcyan "^ *# *(define|undef|include|ifn?def|endif|elif|else|if)"
 ##
 ## You will in general want your comments and strings to come last,