1
0
mirror of https://github.com/sharkdp/bat.git synced 2026-02-08 00:32:08 +00:00

Add syntax mapping for podman's artifact quadlet files

This commit is contained in:
Cedric Staniewski
2025-11-29 00:57:44 +01:00
committed by Keith Hall
parent 1ffed0c039
commit a6e0057c12
2 changed files with 2 additions and 1 deletions

View File

@@ -1,5 +1,5 @@
# see `man quadlet`
[mappings]
"INI" = [
"**/containers/systemd/**/*.{container,volume,network,kube,image,build,pod}",
"**/containers/systemd/**/*.{container,volume,network,kube,image,build,pod,artifact}",
]