micro/runtime/syntax/inputrc.micro

11 lines
285 B
Text
Raw Normal View History

2016-03-21 16:16:02 +00:00
syntax "Inputrc" "inputrc$"
color red "\b(off|none)\b"
color green "\bon\b"
color brightblue "\bset|\$include\b"
color yellow ""(\\.|[^"])*"|'(\\.|[^'])*'"
color magenta "\\.?"
color brightblack "(^|[[:space:]])#([^{].*)?$"
color ,green "[[:space:]]+$"
color ,red " + +| + +"