]> git.lizzy.rs Git - micro.git/blob - runtime/syntax/nanorc.micro
Added some SCSS keywords for the css/scss highlighting
[micro.git] / runtime / syntax / nanorc.micro
1 ## Here is an example for nanorc files.
2 ##
3 syntax "nanorc" "\.?nanorc$"
4 ## Possible errors and parameters
5 brightwhite (i) "^[[:space:]]*((un)?set|include|syntax|i?color).*$"
6 ## Keywords
7 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)\>" "^[[:space:]]*(set|unset)[[:space:]]+(quickblank|quotestr|rebinddelete|rebindkeypad|regexp|smarthome|smooth|speller|suspend|tabsize|tabstospaces|tempfile|undo|view|whitespace|wordbounds)\>"
8 green (i) "^[[:space:]]*(set|unset|include|syntax|header)\>"
9 ## Colors
10 yellow (i) "^[[:space:]]*i?color[[:space:]]*(bright)?(white|black|red|blue|green|yellow|magenta|cyan)?(,(white|black|red|blue|green|yellow|magenta|cyan))?\>"
11 magenta (i) "^[[:space:]]*i?color\>" "\<(start|end)="
12 ## Strings
13 white (i) ""(\\.|[^"])*""
14 ## Comments
15 brightblue (i) "^[[:space:]]*#.*$"
16 cyan (i) "^[[:space:]]*##.*$"
17