mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-03 10:57:48 +03:00
language: Extend ini with more systemd file-types (#13139)
This commit is contained in:
parent
33c17d48ff
commit
e7c82a34a5
1 changed files with 4 additions and 1 deletions
|
@ -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",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue