- nanorc.sample: - Make nanorc entry less tolerant of invalid colors

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@1429 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
master
Chris Allegretta 2003-02-07 00:11:55 +00:00
parent d6e84363d7
commit a3daf3a256
2 changed files with 3 additions and 1 deletions

View File

@ -16,6 +16,8 @@ CVS code
- Add initialization file comments, change some options from
bracketed to underlined to emphasize that they are not
optional.
- nanorc.sample:
- Make nanorc entry less tolerant of invalid colors.
GNU nano 1.1.99pre2 - 2003.02.03
- General:

View File

@ -172,6 +172,6 @@
#color brightwhite "^ *syntax [^ ]*"
#color brightblue "^ *set\>" "^ *unset\>" "^ *syntax\>"
#color white "^ *color\>.*"
#color yellow "^ *color [^ ]*"
#color yellow "^ *color (bright)?(white|black|red|blue|green|yellow|magenta|cyan)\>"
#color magenta "^ *color\>"
#color green "^#.*$"