micro/runtime/syntax/pkg-config.yaml
2017-03-21 14:55:22 -04:00

13 lines
329 B
YAML

filetype: pc
detect:
filename: "\\.pc$"
rules:
- preproc: "^(Name|Description|URL|Version|Conflicts|Cflags):"
- preproc: "^(Requires|Libs)(\\.private)?:"
- symbol.operator: "="
- identifier.var: "\\$\\{[A-Za-z_][A-Za-z0-9_]*\\}"
- indent-char.whitespace: "[[:space:]]+$"
- indent-char: " + +| + +"