vis
a vi-like editor based on Plan 9's structural regular expressions
git clone https://9o.is/git/vis.git
commit 558a16f4679a0c8a67e60e17fe9d5ee569a72b8a parent f1d37643e6ba9ddfa31ac3c269006856bedc6655 Author: Marc André Tanner <mat@brain-dump.org> Date: Fri, 15 Sep 2017 11:35:03 +0200 Merge branch 'master' of https://github.com/ltobler/vis Diffstat:
| M | lua/plugins/filetype.lua | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git 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$" },