mirror of
git://git.sv.gnu.org/nano.git
synced 2024-11-26 06:39:43 +03:00
cosmetic fixes
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2344 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
This commit is contained in:
parent
3cf525d46f
commit
40f11ae622
@ -242,16 +242,16 @@
|
|||||||
|
|
||||||
## Here is an example for your .nanorc
|
## Here is an example for your .nanorc
|
||||||
##
|
##
|
||||||
#syntax "nanorc" "(\.|/|)nanorc$"
|
# syntax "nanorc" "(\.|/|)nanorc$"
|
||||||
## highlight possible errors and parameters
|
## highlight possible errors and parameters
|
||||||
#color brightwhite "^ *(set|unset|syntax|color).*$"
|
# color brightwhite "^ *(set|unset|syntax|color).*$"
|
||||||
## set, unset and syntax
|
## set, unset and syntax
|
||||||
#color cyan "^ *(set|unset) +(autoindent|backup|backupdir|brackets|const|cut|fill|historylog|morespace|mouse|multibuffer|noconvert|nofollow|nohelp|nowrap|operatingdir|preserve|punct|quotestr|rebinddelete|regexp|smarthome|smooth|speller|suspend|tabsize|tempfile|view|whitespace)"
|
# color cyan "^ *(set|unset) +(autoindent|backup|backupdir|brackets|const|cut|fill|historylog|morespace|mouse|multibuffer|noconvert|nofollow|nohelp|nowrap|operatingdir|preserve|punct|quotestr|rebinddelete|regexp|smarthome|smooth|speller|suspend|tabsize|tempfile|view|whitespace)"
|
||||||
#color green "^ *(set|unset|syntax)\>"
|
# color green "^ *(set|unset|syntax)\>"
|
||||||
## colors
|
## colors
|
||||||
#color yellow "^ *color +(bright)?(white|black|red|blue|green|yellow|magenta|cyan)(,(white|black|red|blue|green|yellow|magenta|cyan))?\>"
|
# color yellow "^ *color +(bright)?(white|black|red|blue|green|yellow|magenta|cyan)(,(white|black|red|blue|green|yellow|magenta|cyan))?\>"
|
||||||
#color magenta "^ *color\>" "\<(start|end)="
|
# color magenta "^ *color\>" "\<(start|end)="
|
||||||
## strings
|
## strings
|
||||||
#color white "\"(\\.|[^\"])*\""
|
# color white "\"(\\.|[^\"])*\""
|
||||||
## comments
|
## comments
|
||||||
#color blue "^ *#.*$"
|
# color blue "^ *#.*$"
|
||||||
|
Loading…
Reference in New Issue
Block a user