mirror of
https://github.com/sharkdp/bat
synced 2025-02-17 13:28:29 +00:00
Map containers .conf
files to TOML syntax
This commit is contained in:
parent
1b9fc1d5af
commit
92915e22e7
1 changed files with 8 additions and 0 deletions
8
src/syntax_mapping/builtins/linux/50-containers.toml
Normal file
8
src/syntax_mapping/builtins/linux/50-containers.toml
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
# see https://github.com/containers/image/tree/main/docs
|
||||||
|
[mappings]
|
||||||
|
"TOML" = [
|
||||||
|
"/usr/share/containers/**/*.conf",
|
||||||
|
"/etc/containers/**/*.conf",
|
||||||
|
"${HOME}/.config/containers/**/*.conf",
|
||||||
|
"${XDG_CONFIG_HOME}/containers/**/*.conf",
|
||||||
|
]
|
Loading…
Add table
Reference in a new issue