mirror of
https://github.com/sharkdp/bat.git
synced 2025-09-01 10:52:24 +01:00
22 lines
332 B
TOML
22 lines
332 B
TOML
[mappings]
|
|
"INI" = [
|
|
"**/systemd/**/*.conf",
|
|
"**/systemd/**/*.example",
|
|
"*.automount",
|
|
"*.device",
|
|
"*.dnssd",
|
|
"*.link",
|
|
"*.mount",
|
|
"*.netdev",
|
|
"*.network",
|
|
"*.nspawn",
|
|
"*.path",
|
|
"*.service",
|
|
"*.scope",
|
|
"*.slice",
|
|
"*.socket",
|
|
"*.swap",
|
|
"*.target",
|
|
"*.timer",
|
|
]
|