aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc André Tanner <mat@brain-dump.org>2017-09-15 11:35:03 +0200
committerMarc André Tanner <mat@brain-dump.org>2017-09-15 11:35:03 +0200
commit791330584baaf3b809047719d74308dc54f28bac (patch)
tree087c134a3d86690feca83d4e9538b3898aec5f7e
parente6d0a206f2117919dc4d3414625697f4670afd57 (diff)
parentb9c011519c07c240edadc2424237fb78f6255ea5 (diff)
downloadvis-791330584baaf3b809047719d74308dc54f28bac.tar.gz
vis-791330584baaf3b809047719d74308dc54f28bac.tar.xz
Merge branch 'master' of https://github.com/ltobler/vis
-rw-r--r--lua/plugins/filetype.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/lua/plugins/filetype.lua b/lua/plugins/filetype.lua
index 52eef25..945bff9 100644
--- a/lua/plugins/filetype.lua
+++ b/lua/plugins/filetype.lua
@@ -195,7 +195,7 @@ vis.ftdetect.filetypes = {
ext = { "%.jsp$" },
},
latex = {
- ext = { "%.bbl$", "%.dtx$", "%.ins$", "%.ltx$", "%.tex$", "%.sty$" },
+ ext = { "%.bbl$", "%.cls$", "%.dtx$", "%.ins$", "%.ltx$", "%.tex$", "%.sty$" },
mime = { "text/x-tex" },
},
ledger = {
@@ -381,7 +381,7 @@ vis.ftdetect.filetypes = {
},
vb = {
ext = {
- "%.asa$", "%.bas$", "%.cls$", "%.ctl$", "%.dob$",
+ "%.asa$", "%.bas$", "%.ctl$", "%.dob$",
"%.dsm$", "%.dsr$", "%.frm$", "%.pag$", "%.vb$",
"%.vba$", "%.vbs$"
},