vis

a vi-like editor based on Plan 9's structural regular expressions

git clone https://9o.is/git/vis.git

commit 9ea733abd82ebe0d7a4d05e5b19161e57c04e5c0
parent b2977d29726cc74eb70d86c62feaa9b86db4b0c5
Author: Murray Calavera <murray.calavera@gmail.com>
Date:   Sat, 27 Jan 2018 19:08:18 +0000

lua: recognize scheme library definition files

Diffstat:
Mlua/plugins/filetype.lua | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lua/plugins/filetype.lua b/lua/plugins/filetype.lua @@ -338,7 +338,7 @@ vis.ftdetect.filetypes = { mime = { "text/x-scala" }, }, scheme = { - ext = { "%.sch$", "%.scm$" }, + ext = { "%.sch$", "%.scm$", "%.sld$" }, }, smalltalk = { ext = { "%.changes$", "%.st$", "%.sources$" },