vis
a vi-like editor based on Plan 9's structural regular expressions
git clone https://9o.is/git/vis.git
commit 8a501445f54d084336d7a694dfcee937ab00684d parent a03a9cf74a6ebbb1a7c97f142e9396fae5f130ff Author: Matěj Cepl <mcepl@cepl.eu> Date: Tue, 1 Apr 2025 00:47:12 +0200 filetype: use .container extension for podman containers Diffstat:
| M | lua/plugins/filetype.lua | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git 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$" }, },