vis

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

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

commit d422ba493982df2af2edfad521dfc151e04c97bd
parent 3bb666fa23cec533ae46486d706c28e09de746c5
Author: Marc André Tanner <mat@brain-dump.org>
Date:   Sun, 20 Sep 2020 18:00:16 +0200

Merge branch 'ts' of https://github.com/erf/vis into master

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 @@ -204,7 +204,7 @@ vis.ftdetect.filetypes = { ext = { "%.bsh$", "%.java$" }, }, javascript = { - ext = { "%.js$", "%.jsfl$" }, + ext = { "%.js$", "%.jsfl$", "%.ts$" }, }, json = { ext = { "%.json$" },