Register systemd files as ini (#7592)
This commit is contained in:
parent
9259c52606
commit
a5f7190614
1 changed files with 20 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue