mirror of
https://github.com/scopatz/nanorc
synced 2025-06-20 21:40:12 +02:00
For better organisation the nanorc files will go to a folder. The install script should translate the themed nanorc files to the final files. The install script should be the official instalation method.
11 lines
393 B
Plaintext
11 lines
393 B
Plaintext
syntax "VI" "(^|/|\.)(ex|vim)rc$|\.vim"
|
|
|
|
color brightblue "[A-Za-z_][A-Za-z0-9_]*[[:space:]]*[()]"
|
|
color cyan "\<([nvxsoilc]?(nore|un)?map|[nvlx]n|[ico]?no|[cilovx][um]|s?unm)\>"
|
|
color cyan "\<(snor|nun|nm|set|if|endif|let|unlet)\>"
|
|
color red "[!&=]"
|
|
color yellow ""(\\.|[^"])*"|'(\\.|[^'])*'"
|
|
color brightblack "(^|[[:space:]])\"[^"]*$"
|
|
color ,green "[[:space:]]+$"
|
|
color ,red " + +| + +"
|