micro/runtime/syntax/inputrc.yaml

15 lines
399 B
YAML
Raw Permalink Normal View History

2017-03-21 21:55:22 +03:00
filetype: inputrc
detect:
2017-03-21 21:55:22 +03:00
filename: "inputrc$"
rules:
- constant.bool.false: "\\b(off|none)\\b"
- constant.bool.true: "\\bon\\b"
- preproc: "\\bset|\\$include\\b"
- constant.string: "\"(\\\\.|[^\"])*\"|'(\\\\.|[^'])*'"
- constant.specialChar: "\\\\.?"
- comment: "(^|[[:space:]])#([^{].*)?$"
- indent-char.whitespace: "[[:space:]]+$"
- indent-char: " + +| + +"