Add syntax mapping for podman quadlets

This commit is contained in:
cyqsimon
2024-02-20 14:49:12 +08:00
parent 81aa24310c
commit 152d69fe98

View File

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