diff options
| author | Marc André Tanner <mat@brain-dump.org> | 2019-02-09 10:45:07 +0100 |
|---|---|---|
| committer | Marc André Tanner <mat@brain-dump.org> | 2019-02-09 10:45:07 +0100 |
| commit | 1d277f33c44a078e48a716f2ce4e0fb7243ba27c (patch) | |
| tree | 26df9846d179b790e8ad56a3fc21d1049b436222 /lua | |
| parent | 3fd9b9eb27fbc8f6894a4bde3ff9507af4a919bf (diff) | |
| parent | d821fed0e1d49a2c32148a5171143c82e18fe94e (diff) | |
| download | vis-1d277f33c44a078e48a716f2ce4e0fb7243ba27c.tar.gz vis-1d277f33c44a078e48a716f2ce4e0fb7243ba27c.tar.xz | |
Merge branch 'master' of https://github.com/jocap/vis
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/plugins/filetype.lua | 2 |
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$" }, |
