From ba20a03e528283e6166150b8ad36b14e2aeadff4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mat=C4=9Bj=20Cepl?= Date: Tue, 1 Apr 2025 00:47:12 +0200 Subject: filetype: use .container extension for podman containers --- lua/plugins/filetype.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lua') diff --git a/lua/plugins/filetype.lua b/lua/plugins/filetype.lua index e157267..051f061 100644 --- a/lua/plugins/filetype.lua +++ b/lua/plugins/filetype.lua @@ -442,8 +442,8 @@ vis.ftdetect.filetypes = { }, systemd = { ext = { - "%.automount$", "%.device$", "%.mount$", "%.path$", - "%.scope$", "%.service$", "%.slice$", "%.socket$", + "%.automount$", "%.container$", "%.device$", "%.mount$", + "%.path$", "%.scope$", "%.service$", "%.slice$", "%.socket$", "%.swap$", "%.target$", "%.timer$" }, }, -- cgit v1.2.3