1
0
mirror of https://github.com/sharkdp/bat synced 2026-07-28 17:51:44 +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
@@ -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}",
]