mirror of
https://github.com/helix-editor/helix.git
synced 2025-01-19 13:37:06 +04:00
Register systemd files as ini (#7592)
This commit is contained in:
parent
9259c52606
commit
a5f7190614
@ -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" }
|
||||
|
Loading…
Reference in New Issue
Block a user