vis

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

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

commit 37485259ad56be69fb5a43f18d66a28226f53a3e
parent 9f84d626e05e8ead4fd13efcc51b36a14bb1b0ee
Author: Marc André Tanner <mat@brain-dump.org>
Date:   Wed, 14 Mar 2018 10:51:53 +0100

Merge branch 'scheme-filetype' of https://github.com/Two-Finger/vis

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 @@ -344,7 +344,7 @@ vis.ftdetect.filetypes = { mime = { "text/x-scala" }, }, scheme = { - ext = { "%.sch$", "%.scm$", "%.sld$" }, + ext = { "%.sch$", "%.scm$", "%.sld$", "%.sls$", "%.ss$" }, }, smalltalk = { ext = { "%.changes$", "%.st$", "%.sources$" },