micro/runtime/syntax/inputrc.micro
2017-03-01 17:08:56 -05:00

11 lines
352 B
Text

syntax "inputrc" "inputrc$"
color constant.bool.false "\b(off|none)\b"
color constant.bool.true "\bon\b"
color preproc "\bset|\$include\b"
color constant.string ""(\\.|[^"])*"|'(\\.|[^'])*'"
color constant.specialChar "\\.?"
color comment "(^|[[:space:]])#([^{].*)?$"
color indent-char.whitespace "[[:space:]]+$"
color indent-char " + +| + +"