vis

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

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

commit 13ea8999be77e9515eaaa96783944d20dfc618d4
parent a12a83d527593f04e41d723511c6d99f51f31f85
Author: Matěj Cepl <mcepl@cepl.eu>
Date:   Sun,  6 Oct 2024 23:01:28 +0200

vis: introduce new `usfm` file type

Diffstat:
Mlua/plugins/filetype.lua | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/lua/plugins/filetype.lua b/lua/plugins/filetype.lua @@ -465,6 +465,9 @@ vis.ftdetect.filetypes = { vala = { ext = { "%.vala$" } }, + usfm = { + ext = { "%.usfm$" } + }, vb = { ext = { "%.asa$", "%.bas$", "%.ctl$", "%.dob$",