]> git.lizzy.rs Git - micro.git/blob - syntax_files/nanorc.micro
Proper window resize handling
[micro.git] / syntax_files / nanorc.micro
1 ## Here is an example for nanorc files.
2 ##
3 syntax "Nanorc" "\.?nanorc$"
4 ## Possible errors and parameters
5 color brightwhite (i) "^[[:space:]]*((un)?set|include|syntax|i?color).*$"
6 ## Keywords
7 color brightgreen (i) "^[[:space:]]*(set|unset)[[:space:]]+(autoindent|backup|backupdir|backwards|boldtext|brackets|casesensitive|const|cut|fill|historylog|matchbrackets|morespace|mouse|multibuffer|noconvert|nofollow|nohelp|nonewlines|nowrap|operatingdir|preserve|punct)\b" "^[[:space:]]*(set|unset)[[:space:]]+(quickblank|quotestr|rebinddelete|rebindkeypad|regexp|smarthome|smooth|speller|suspend|tabsize|tabstospaces|tempfile|undo|view|whitespace|wordbounds)\b"
8 color green (i) "^[[:space:]]*(set|unset|include|syntax|header)\b"
9 ## Colors
10 color yellow (i) "^[[:space:]]*i?color[[:space:]]*(bright)?(white|black|red|blue|green|yellow|magenta|cyan)?(,(white|black|red|blue|green|yellow|magenta|cyan))?\b"
11 color magenta (i) "^[[:space:]]*i?color\b" "\b(start|end)="
12 ## Strings
13 color white (i) ""(\\.|[^"])*""
14 ## Comments
15 color brightblue (i) "^[[:space:]]*#.*$"
16 color cyan (i) "^[[:space:]]*##.*$"
17
18