vis

a vi-like editor based on Plan 9's structural regular expressions

git clone https://9o.is/git/vis.git

commit f9e9b46a8123c83448c372130a1bd897d8a52d80
parent b9b1779e496298f5a7b201be43776b3a73fbae42
Author: Marc André Tanner <mat@brain-dump.org>
Date:   Sat,  9 Feb 2019 10:45:07 +0100

Merge branch 'master' of https://github.com/jocap/vis

Diffstat:
Mlua/plugins/filetype.lua | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lua/plugins/filetype.lua b/lua/plugins/filetype.lua @@ -41,7 +41,7 @@ vis.ftdetect.filetypes = { }, bash = { ext = { "%.bash$", "%.csh$", "%.sh$", "%.zsh$" }, - mime = { "text/x-shellscript" }, + mime = { "text/x-shellscript", "application/x-shellscript" }, }, batch = { ext = { "%.bat$", "%.cmd$" },