From d821fed0e1d49a2c32148a5171143c82e18fe94e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Ankarstr=C3=B6m?= Date: Sun, 7 Oct 2018 16:18:38 +0200 Subject: vis-lua: add file type detection for executable shell scripts --- lua/plugins/filetype.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lua') diff --git a/lua/plugins/filetype.lua b/lua/plugins/filetype.lua index 1f16665..6c574bc 100644 --- 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$" }, -- cgit v1.2.3