aboutsummaryrefslogtreecommitdiff
path: root/lua/plugins/filetype.lua
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@cepl.eu>2025-04-01 00:47:12 +0200
committerFelix Van der Jeugt <felix.vanderjeugt@posteo.net>2025-04-01 08:06:31 +0200
commitba20a03e528283e6166150b8ad36b14e2aeadff4 (patch)
treedbfd3bfd6abf72dd22e8b500ae9d7bbb27b932f5 /lua/plugins/filetype.lua
parent637dbf116600bf22309288d06862632bc84690ea (diff)
downloadvis-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.lua4
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$"
},
},