mirror of
https://github.com/scopatz/nanorc
synced 2024-11-05 09:10:00 +01:00
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 " + +| + +"
|