Recognize systemd timer syntax

This commit is contained in:
Maxim Baz 2018-07-21 23:58:14 +02:00
parent 7195100609
commit 6cc46dd307
No known key found for this signature in database
GPG Key ID: 011FDC52DA839335

View File

@ -1,4 +1,4 @@
hook global BufCreate .*\.(repo|service|target|socket|ini|cfg|properties) %{
hook global BufCreate .*\.(repo|service|timer|target|socket|ini|cfg|properties) %{
set-option buffer filetype ini
}