- 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-d3aeb78583b8master
parent
d6e84363d7
commit
a3daf3a256
|
@ -16,6 +16,8 @@ CVS code
|
||||||
- Add initialization file comments, change some options from
|
- Add initialization file comments, change some options from
|
||||||
bracketed to underlined to emphasize that they are not
|
bracketed to underlined to emphasize that they are not
|
||||||
optional.
|
optional.
|
||||||
|
- nanorc.sample:
|
||||||
|
- Make nanorc entry less tolerant of invalid colors.
|
||||||
|
|
||||||
GNU nano 1.1.99pre2 - 2003.02.03
|
GNU nano 1.1.99pre2 - 2003.02.03
|
||||||
- General:
|
- General:
|
||||||
|
|
|
@ -172,6 +172,6 @@
|
||||||
#color brightwhite "^ *syntax [^ ]*"
|
#color brightwhite "^ *syntax [^ ]*"
|
||||||
#color brightblue "^ *set\>" "^ *unset\>" "^ *syntax\>"
|
#color brightblue "^ *set\>" "^ *unset\>" "^ *syntax\>"
|
||||||
#color white "^ *color\>.*"
|
#color white "^ *color\>.*"
|
||||||
#color yellow "^ *color [^ ]*"
|
#color yellow "^ *color (bright)?(white|black|red|blue|green|yellow|magenta|cyan)\>"
|
||||||
#color magenta "^ *color\>"
|
#color magenta "^ *color\>"
|
||||||
#color green "^#.*$"
|
#color green "^#.*$"
|
||||||
|
|
Loading…
Reference in New Issue