]> git.lizzy.rs Git - micro.git/blob - runtime/syntax/pkg-config.yaml
Merge branch 'python-highlight-zero' of https://github.com/a11ce/micro into a11ce...
[micro.git] / runtime / syntax / pkg-config.yaml
1 filetype: pc
2
3 detect: 
4     filename: "\\.pc$"
5
6 rules:
7     - preproc: "^(Name|Description|URL|Version|Conflicts|Cflags):"
8     - preproc: "^(Requires|Libs)(\\.private)?:"
9     - symbol.operator: "="
10     - identifier.var: "\\$\\{[A-Za-z_][A-Za-z0-9_]*\\}"
11     - indent-char.whitespace: "[[:space:]]+$"
12     - indent-char: "    + +| +  +"