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