language: Extend ini with more systemd file-types (#13139)

This commit is contained in:
Max Milton 2025-03-19 22:44:37 +09:00 committed by GitHub
parent 33c17d48ff
commit e7c82a34a5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2875,15 +2875,18 @@ file-types = [
# Systemd unit files # Systemd unit files
"service", "service",
"automount", "automount",
"desktop",
"device", "device",
"mount", "mount",
"nspawn",
"path", "path",
"service", "scope",
"slice", "slice",
"socket", "socket",
"swap", "swap",
"target", "target",
"timer", "timer",
{ glob = "systemd/**/*.conf" },
# Podman quadlets # Podman quadlets
"container", "container",
"volume", "volume",