summaryrefslogtreecommitdiffstats
path: root/src/syntax_mapping/builtins/linux/50-containers.toml
blob: b7170b8740b4debe40ef366fbe6b728d576aba22 (plain)
1
2
3
4
5
6
7
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",
]