Skip to content

Commit

Permalink
Register systemd files as ini
Browse files Browse the repository at this point in the history
  • Loading branch information
Arian-D committed Jul 12, 2023
1 parent f68956a commit a342301
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 @@ -2233,7 +2233,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 a342301

Please sign in to comment.