2006-06-01 22:35:39 +04:00
|
|
|
## Here is an example for nanorc files.
|
|
|
|
##
|
|
|
|
syntax "nanorc" "\.?nanorc$"
|
|
|
|
## Possible errors and parameters
|
2014-03-21 17:59:29 +04:00
|
|
|
icolor brightred "^[[:space:]]*((un)?(bind|set)|include|syntax|header|magic|linter|i?color|extendsyntax).*$"
|
2006-06-01 22:35:39 +04:00
|
|
|
## Keywords
|
2014-03-04 15:07:43 +04:00
|
|
|
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)\>"
|
2014-02-28 00:19:31 +04:00
|
|
|
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:]]*$"
|
2014-03-21 17:59:29 +04:00
|
|
|
icolor brightgreen "^[[:space:]]*extendsyntax[[:space:]]+[[:alpha:]]+[[:space:]]+(i?color|header|magic|linter)[[:space:]]+.*$"
|
2014-03-21 18:04:14 +04:00
|
|
|
icolor green "^[[:space:]]*((un)?(bind|set)|include|syntax|header|magic|linter|extendsyntax)\>"
|
2006-06-01 22:35:39 +04:00
|
|
|
## 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
|
2014-03-21 17:59:29 +04:00
|
|
|
icolor brightmagenta ""(\\.|[^"])*""
|
2006-06-01 22:35:39 +04:00
|
|
|
## Comments
|
|
|
|
icolor brightblue "^[[:space:]]*#.*$"
|
2006-06-03 16:41:02 +04:00
|
|
|
icolor cyan "^[[:space:]]*##.*$"
|