- 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:
# 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,