Unnamed repository; edit this file 'description' to name the repository.
Match quadlet files with systemd language (#15509)
Remo Senekowitsch 4 months ago
parent 101d801 · commit ec757a1
-rw-r--r--languages.toml13
1 files changed, 8 insertions, 5 deletions
diff --git a/languages.toml b/languages.toml
index b1e48904..58317832 100644
--- a/languages.toml
+++ b/languages.toml
@@ -3389,6 +3389,14 @@ file-types = [
"target",
"timer",
{ glob = "systemd/**/*.conf" },
+ # Podman quadlets
+ "container",
+ { glob = "containers/systemd/**/*.pod" }, # extension alone would conflict with Perl POD
+ "kube",
+ "network",
+ "volume",
+ "build",
+ "image",
]
injection-regex = "systemd"
comment-token = "#"
@@ -3402,11 +3410,6 @@ file-types = [
"ini",
"desktop",
{ glob = "mimeapps.list" },
- # Podman quadlets
- "container",
- "volume",
- "kube",
- "network",
{ glob = ".editorconfig" },
{ glob = ".npmrc" },
{ glob = "hgrc" },