vis
a vi-like editor based on Plan 9's structural regular expressions
git clone https://9o.is/git/vis.git
commit 0ee7d823dc01acde3e057e06b6044e218f725fca parent 5c7f9ff15acb4fb52d24113c852277616bf43046 Author: Marc André Tanner <mat@brain-dump.org> Date: Thu, 17 Sep 2020 15:48:33 +0200 filetype: use scheme lexer for racket files Close #868 Diffstat:
| M | lua/plugins/filetype.lua | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lua/plugins/filetype.lua b/lua/plugins/filetype.lua @@ -363,7 +363,7 @@ vis.ftdetect.filetypes = { mime = { "text/x-scala" }, }, scheme = { - ext = { "%.sch$", "%.scm$", "%.sld$", "%.sls$", "%.ss$" }, + ext = { "%.rkt$", "%.sch$", "%.scm$", "%.sld$", "%.sls$", "%.ss$" }, }, smalltalk = { ext = { "%.changes$", "%.st$", "%.sources$" },