aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lua/plugins/filetype.lua2
1 files changed, 1 insertions, 1 deletions
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$" },