add return to the "c-file" regexes in nanorc.sample

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2158 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
master
David Lawrence Ramsey 2004-12-04 18:14:12 +00:00
parent 7483571f7f
commit 9c3edc026b
2 changed files with 3 additions and 2 deletions

View File

@ -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:

View File

@ -139,7 +139,7 @@
# 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,