vis
a vi-like editor based on Plan 9's structural regular expressions
git clone https://9o.is/git/vis.git
commit c16bf4f9fcf1306cccc5f5bf29e6aadf0d268b98 parent c85a2840ed0b4353ba6db37f233414679b1cef16 Author: Karchnu <karchnu@karchnu.fr> Date: Sun, 6 Dec 2020 15:33:47 +0100 Zig filetype entry. 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 @@ -450,6 +450,9 @@ vis.ftdetect.filetypes = { ext = { "%.yaml$", "%.yml$" }, mime = { "text/x-yaml" }, }, + zig = { + ext = { "%.zig$" }, + }, } vis.events.subscribe(vis.events.WIN_OPEN, function(win)