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
285 B
Plaintext
11 lines
285 B
Plaintext
syntax "Inputrc" "inputrc$"
|
|
|
|
color red "\<(off|none)\>"
|
|
color green "\<on\>"
|
|
color brightblue "\<set|\$include\>"
|
|
color yellow ""(\\.|[^"])*"|'(\\.|[^'])*'"
|
|
color magenta "\\.?"
|
|
color brightblack "(^|[[:space:]])#([^{].*)?$"
|
|
color ,green "[[:space:]]+$"
|
|
color ,red " + +| + +"
|