diff --git a/languages.toml b/languages.toml index d09c303a5..418250b46 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" }