vis
a vi-like editor based on Plan 9's structural regular expressions
git clone https://9o.is/git/vis.git
commit bac05e9f94155b5dcb2cd0406f13cfa795e94a8d parent 7868d23924fbe419d6a7f095bf248cff97b8bd13 Author: sewn <sewn@disroot.org> Date: Thu, 12 Dec 2024 08:56:14 +0300 introduce new 'meson' file type and meson options filenames Diffstat:
| M | lua/plugins/filetype.lua | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lua/plugins/filetype.lua b/lua/plugins/filetype.lua @@ -282,7 +282,7 @@ vis.ftdetect.filetypes = { ext = { "%.wiki$" }, }, meson = { - ext = { "^meson%.build$" }, + ext = { "^meson%.build$", "%.meson$", "^meson_options%.txt$", "^meson%.options$" }, }, modula2 = { ext = { "%.mod$", "%.def$" },