Add syntax mapping for podman quadlets

This commit is contained in:
cyqsimon 2024-02-20 14:49:12 +08:00
parent 81aa24310c
commit 152d69fe98
No known key found for this signature in database
GPG Key ID: 1D8CE2F297390D65
1 changed files with 7 additions and 0 deletions

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}",
]