mirror of
https://github.com/rwinkhart/go-highlite.git
synced 2026-08-28 04:46:30 -04:00
14 lines
384 B
YAML
14 lines
384 B
YAML
filetype: pc
|
|
|
|
detect:
|
|
filename: "\\.pc$"
|
|
header: "^(prefix|exec_prefix|libdir|includedir)="
|
|
|
|
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: " + +| + +"
|