mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-02 02:17:44 +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
|
||||
"service",
|
||||
"automount",
|
||||
"desktop",
|
||||
"device",
|
||||
"mount",
|
||||
"nspawn",
|
||||
"path",
|
||||
"service",
|
||||
"scope",
|
||||
"slice",
|
||||
"socket",
|
||||
"swap",
|
||||
"target",
|
||||
"timer",
|
||||
{ glob = "systemd/**/*.conf" },
|
||||
# Podman quadlets
|
||||
"container",
|
||||
"volume",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue