aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc André Tanner <mat@brain-dump.org>2019-02-09 10:45:07 +0100
committerMarc André Tanner <mat@brain-dump.org>2019-02-09 10:45:07 +0100
commit1d277f33c44a078e48a716f2ce4e0fb7243ba27c (patch)
tree26df9846d179b790e8ad56a3fc21d1049b436222
parent3fd9b9eb27fbc8f6894a4bde3ff9507af4a919bf (diff)
parentd821fed0e1d49a2c32148a5171143c82e18fe94e (diff)
downloadvis-1d277f33c44a078e48a716f2ce4e0fb7243ba27c.tar.gz
vis-1d277f33c44a078e48a716f2ce4e0fb7243ba27c.tar.xz
Merge branch 'master' of https://github.com/jocap/vis
-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$" },