dotfiles-pub/common/nano/syntax/pkg-config.nanorc

9 lines
245 B
Plaintext
Raw Normal View History

2022-12-11 17:17:48 +00:00
syntax "PC" "\.pc$"
color cyan "^(Name|Description|URL|Version|Conflicts|Cflags):"
color cyan "^(Requires|Libs)(\.private)?:"
color red "="
color brightyellow "\$\{[A-Za-z_][A-Za-z0-9_]*\}"
color ,green "[[:space:]]+$"
color ,red " + +| + +"