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
"service",
"automount",
"desktop",
"device",
"mount",
"nspawn",
"path",
"service",
"scope",
"slice",
"socket",
"swap",
"target",
"timer",
{ glob = "systemd/**/*.conf" },
# Podman quadlets
"container",
"volume",