diff options
| author | Matěj Cepl <mcepl@cepl.eu> | 2025-04-01 00:47:12 +0200 |
|---|---|---|
| committer | Felix Van der Jeugt <felix.vanderjeugt@posteo.net> | 2025-04-01 08:06:31 +0200 |
| commit | ba20a03e528283e6166150b8ad36b14e2aeadff4 (patch) | |
| tree | dbfd3bfd6abf72dd22e8b500ae9d7bbb27b932f5 /lua/plugins/filetype.lua | |
| parent | 637dbf116600bf22309288d06862632bc84690ea (diff) | |
| download | vis-ba20a03e528283e6166150b8ad36b14e2aeadff4.tar.gz vis-ba20a03e528283e6166150b8ad36b14e2aeadff4.tar.xz | |
filetype: use .container extension for podman containers
Diffstat (limited to 'lua/plugins/filetype.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$" }, }, |
