8e2a930714
* New saved cursor position history option. Command line option -P or --poslog, rc file entry "poslog". Search history changes to ~/.nano/search_history, cursor position log is ~/.nano/filepos_history. Added checks to move the legacy .nano_history file to the new location. Several new functions to files.c: load_poshistory(), save_poshistory(), check_poshistory(), update_poshistory(), and reworking of histfilename(). New FAQ entry 4.15 discussing the change and offering an interoperability workaround. git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@4530 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
17 строки
1.1 KiB
Plaintext
17 строки
1.1 KiB
Plaintext
## Here is an example for nanorc files.
|
|
##
|
|
syntax "nanorc" "\.?nanorc$"
|
|
## Possible errors and parameters
|
|
icolor brightwhite "^[[:space:]]*((un)?set|include|syntax|i?color).*$"
|
|
## Keywords
|
|
icolor brightgreen "^[[:space:]]*(set|unset)[[:space:]]+(allow_insecure_backup|autoindent|backup|backupdir|backwards|boldtext|brackets|casesensitive|const|cut|fill|historylog|matchbrackets|morespace|mouse|multibuffer|noconvert|nofollow|nohelp|nonewlines|nowrap|operatingdir|poslog|preserve|punct)\>" "^[[:space:]]*(set|unset)[[:space:]]+(quickblank|quotestr|rebinddelete|rebindkeypad|regexp|smarthome|smooth|softwrap|speller|suspend|suspendenable|tabsize|tabstospaces|tempfile|undo|view|whitespace|wordbounds)\>"
|
|
icolor green "^[[:space:]]*(set|unset|include|syntax|header|magic)\>"
|
|
## Colors
|
|
icolor yellow "^[[:space:]]*i?color[[:space:]]*(bright)?(white|black|red|blue|green|yellow|magenta|cyan)?(,(white|black|red|blue|green|yellow|magenta|cyan))?\>"
|
|
icolor magenta "^[[:space:]]*i?color\>" "\<(start|end)="
|
|
## Strings
|
|
icolor white ""(\\.|[^"])*""
|
|
## Comments
|
|
icolor brightblue "^[[:space:]]*#.*$"
|
|
icolor cyan "^[[:space:]]*##.*$"
|