Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/ltobler/vis
Browse files Browse the repository at this point in the history
  • Loading branch information
martanne committed Sep 15, 2017
2 parents e6d0a20 + b9c0115 commit 7913305
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lua/plugins/filetype.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down Expand Up @@ -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$"
},
Expand Down

0 comments on commit 7913305

Please sign in to comment.