vim-systemd-syntax
vim-systemd-syntax copied to clipboard
syntax highlighting and filetype detection for systemd unit files
See each commit for more info.
Please use a git tag to allow downloading a tarball.
Syntax highlighting works great for key/value pairs such as: ``` Description=Expense ``` Syntax highlighting does not work for lines like: ``` Description = Expense ``` Could you enable the script...
All keys supported according to the [documentation](https://docs.podman.io/en/latest/markdown/podman-systemd.unit.5.html) but not all data types are present at this point.
Would you be interested in merging support for Podman [quadlet](https://docs.podman.io/en/latest/markdown/podman-systemd.unit.5.html) files? Those are basically unit files to define podman containers that play nicely with systemd. I'm working on those definitions...