mirror of
https://github.com/taigrr/wtf
synced 2025-01-18 04:03:14 -08:00
15 lines
400 B
YAML
15 lines
400 B
YAML
filetype: inputrc
|
|
|
|
detect:
|
|
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: " + +| + +"
|