vis
a vi-like editor based on Plan 9's structural regular expressions
git clone https://9o.is/git/vis.git
commit da5ddbfe86d31f805c7364dc3486155a7073caaa parent 777092a504f28ae7149b9347b4a8b9c49dd26a1a Author: Matěj Cepl <mcepl@cepl.eu> Date: Wed, 28 Aug 2024 01:01:48 +0200 introduce new `wiki` file type Diffstat:
| M | lua/plugins/filetype.lua | | | 3 | +++ |
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/lua/plugins/filetype.lua b/lua/plugins/filetype.lua @@ -278,6 +278,9 @@ vis.ftdetect.filetypes = { ext = { "%.md$", "%.markdown$" }, mime = { "text/x-markdown" }, }, + mediawiki = { + ext = { "%.wiki$" }, + }, meson = { ext = { "^meson%.build$" }, },