micro/runtime/syntax/inputrc.micro

11 lines
285 B
Text
Raw Normal View History

2016-03-21 19:16:02 +03:00
syntax "Inputrc" "inputrc$"
2016-03-25 23:41:36 +03:00
color red "\<(off|none)\>"
color green "\<on\>"
color brightblue "\<set|\$include\>"
2016-03-21 19:16:02 +03:00
color yellow ""(\\.|[^"])*"|'(\\.|[^'])*'"
color magenta "\\.?"
color brightblack "(^|[[:space:]])#([^{].*)?$"
color ,green "[[:space:]]+$"
color ,red " + +| + +"