Description
Describe the bug
I noticed on my vorburger/vorburger-dotfiles-bin-etc@d6eb521 that a (systemd, INI format style) .service
had syntax highlighting, but .timer
did not:
$ github-linguist systemd/flatpak-update.service
systemd/flatpak-update.service: 6 lines (5 sloc)
type: Text
mime type: text/plain
language: desktop
$ github-linguist systemd/flatpak-update.timer
systemd/flatpak-update.timer: 10 lines (8 sloc)
type: Text
mime type: text/plain
language:
I'll see if it's easy enough to contribute a PR with a proposed fix for this...