mirror of
git://git.sv.gnu.org/nano.git
synced 2025-02-10 10:24:32 +03:00
Adding the 'extendsyntax' directive, and changing
two colours to be legible on a light background. git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@4661 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
This commit is contained in:
parent
0b2f84322a
commit
42e75823b8
@ -1,6 +1,8 @@
|
|||||||
2014-03-21 Benno Schulenberg <bensberg@justemail.net>
|
2014-03-21 Benno Schulenberg <bensberg@justemail.net>
|
||||||
* src/chars.c (is_punct_mbchar, mbstrchr) - Elide a variable,
|
* src/chars.c (is_punct_mbchar, mbstrchr) - Elide a variable,
|
||||||
thus making two ifs identical to six others.
|
thus making two ifs identical to six others.
|
||||||
|
* doc/syntax/nanorc.nanorc - Add the 'extendsyntax' directive,
|
||||||
|
and change two colours to be legible on a light background.
|
||||||
|
|
||||||
2014-03-19 Benno Schulenberg <bensberg@justemail.net>
|
2014-03-19 Benno Schulenberg <bensberg@justemail.net>
|
||||||
* doc/nanorc.sample.in - Document the changed whitespace defaults.
|
* doc/nanorc.sample.in - Document the changed whitespace defaults.
|
||||||
|
@ -2,17 +2,18 @@
|
|||||||
##
|
##
|
||||||
syntax "nanorc" "\.?nanorc$"
|
syntax "nanorc" "\.?nanorc$"
|
||||||
## Possible errors and parameters
|
## Possible errors and parameters
|
||||||
icolor brightwhite "^[[:space:]]*((un)?(bind|set)|include|syntax|i?color).*$"
|
icolor brightred "^[[:space:]]*((un)?(bind|set)|include|syntax|header|magic|linter|i?color|extendsyntax).*$"
|
||||||
## Keywords
|
## Keywords
|
||||||
icolor brightgreen "^[[:space:]]*(set|unset)[[:space:]]+(allow_insecure_backup|autoindent|backup|backupdir|backwards|boldtext|brackets|casesensitive|const|cut|fill|historylog|locking|matchbrackets|morespace|mouse|multibuffer|noconvert|nofollow|nohelp|nonewlines|nowrap|operatingdir|poslog|preserve|punct|quickblank|quiet|quotestr|rebinddelete|rebindkeypad|regexp|smarthome|smooth|softwrap|speller|suspend|tabsize|tabstospaces|tempfile|undo|view|whitespace|wordbounds)\>"
|
icolor brightgreen "^[[:space:]]*(set|unset)[[:space:]]+(allow_insecure_backup|autoindent|backup|backupdir|backwards|boldtext|brackets|casesensitive|const|cut|fill|historylog|locking|matchbrackets|morespace|mouse|multibuffer|noconvert|nofollow|nohelp|nonewlines|nowrap|operatingdir|poslog|preserve|punct|quickblank|quiet|quotestr|rebinddelete|rebindkeypad|regexp|smarthome|smooth|softwrap|speller|suspend|tabsize|tabstospaces|tempfile|undo|view|whitespace|wordbounds)\>"
|
||||||
icolor brightgreen "^[[:space:]]*bind[[:space:]]+((\^|M-)([[:alpha:]]|space)|F([0-9]|1[0-6]))[[:space:]]+[[:alpha:]]+[[:space:]]+[[:alpha:]]+[[:space:]]*$"
|
icolor brightgreen "^[[:space:]]*bind[[:space:]]+((\^|M-)([[:alpha:]]|space)|F([0-9]|1[0-6]))[[:space:]]+[[:alpha:]]+[[:space:]]+[[:alpha:]]+[[:space:]]*$"
|
||||||
icolor brightgreen "^[[:space:]]*unbind[[:space:]]+((\^|M-)([[:alpha:]]|space)|F([0-9]|1[0-6]))[[:space:]]+[[:alpha:]]+[[:space:]]*$"
|
icolor brightgreen "^[[:space:]]*unbind[[:space:]]+((\^|M-)([[:alpha:]]|space)|F([0-9]|1[0-6]))[[:space:]]+[[:alpha:]]+[[:space:]]*$"
|
||||||
|
icolor brightgreen "^[[:space:]]*extendsyntax[[:space:]]+[[:alpha:]]+[[:space:]]+(i?color|header|magic|linter)[[:space:]]+.*$"
|
||||||
icolor green "^[[:space:]]*((un)?(bind|set)|include|syntax|header|magic|linter)\>"
|
icolor green "^[[:space:]]*((un)?(bind|set)|include|syntax|header|magic|linter)\>"
|
||||||
## Colors
|
## 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 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)="
|
icolor magenta "^[[:space:]]*i?color\>" "\<(start|end)="
|
||||||
## Strings
|
## Strings
|
||||||
icolor white ""(\\.|[^"])*""
|
icolor brightmagenta ""(\\.|[^"])*""
|
||||||
## Comments
|
## Comments
|
||||||
icolor brightblue "^[[:space:]]*#.*$"
|
icolor brightblue "^[[:space:]]*#.*$"
|
||||||
icolor cyan "^[[:space:]]*##.*$"
|
icolor cyan "^[[:space:]]*##.*$"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user