2006-06-01 18:35:39 +00:00
|
|
|
## Here is an example for nanorc files.
|
|
|
|
##
|
|
|
|
syntax "nanorc" "\.?nanorc$"
|
|
|
|
## Possible errors and parameters
|
2014-02-27 20:19:31 +00:00
|
|
|
icolor brightwhite "^[[:space:]]*((un)?(bind|set)|include|syntax|i?color).*$"
|
2006-06-01 18:35:39 +00:00
|
|
|
## Keywords
|
2014-03-04 10:01:27 +00: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|suspendenable|tabsize|tabstospaces|tempfile|undo|view|whitespace|wordbounds)\>"
|
2014-02-27 20:19:31 +00: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:]]*$"
|
|
|
|
icolor green "^[[:space:]]*((un)?(bind|set)|include|syntax|header|magic|linter)\>"
|
2006-06-01 18:35:39 +00: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
|
|
|
|
icolor white ""(\\.|[^"])*""
|
|
|
|
## Comments
|
|
|
|
icolor brightblue "^[[:space:]]*#.*$"
|
2006-06-03 12:41:02 +00:00
|
|
|
icolor cyan "^[[:space:]]*##.*$"
|