Skip to content

Commit

Permalink
Register systemd files as ini (helix-editor#7592)
Browse files Browse the repository at this point in the history
  • Loading branch information
Arian-D authored and Schuyler Mortimer committed Jul 10, 2024
1 parent 3b35b91 commit 2125511
Showing 1 changed file with 20 additions and 1 deletion.
21 changes: 20 additions & 1 deletion languages.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand Down

0 comments on commit 2125511

Please sign in to comment.