aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--languages.toml21
1 files changed, 20 insertions, 1 deletions
diff --git a/languages.toml b/languages.toml
index d09c303a..418250b4 100644
--- a/languages.toml
+++ b/languages.toml
@@ -2234,7 +2234,26 @@ grammar = "bash"
[[language]]
name = "ini"
scope = "source.ini"
-file-types = ["ini"]
+file-types = [
+ "ini",
+ # Systemd unit files
+ "service",
+ "automount",
+ "device",
+ "mount",
+ "path",
+ "service",
+ "slice",
+ "socket",
+ "swap",
+ "target",
+ "timer",
+ # Podman quadlets
+ "container",
+ "volume",
+ "kube",
+ "network"
+]
injection-regex = "ini"
comment-token = "#"
indent = { tab-width = 4, unit = "\t" }