vis

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

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

commit 941e8a40631d5769b23990cd88f8f7232a45350f
parent 85de88cd914f30ffd7f5599f8b7ae4c6bc0351a9
Author: TwoFinger <Two-Finger@users.noreply.github.com>
Date:   Sat, 27 Jan 2018 21:34:20 +0200

lua: add more Scheme filename extensions

.ss and .sls are used in Racket, Guile and Chez, at least.

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$" },