diff options
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/plugins/filetype.lua | 4 |
1 files changed, 2 insertions, 2 deletions
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$" }, }, |
