vis

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

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

commit 162c2f63c246b4c37fe071f45d90ba15c74874db
parent 3ad602a567f13bf2f87b5864b9f934b40a6b09c0
Author: Marc André Tanner <mat@brain-dump.org>
Date:   Wed, 20 Jan 2021 16:50:20 +0100

Merge branch 'patch-1' of https://github.com/dallinjdahl/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 @@ -439,7 +439,7 @@ vis.ftdetect.filetypes = { ext = { "%.vcf$", "%.vcard$" }, }, verilog = { - ext = { "%.v$", "%.ver$" }, + ext = { "%.v$", "%.ver$", "%.sv$" }, }, vhdl = { ext = { "%.vh$", "%.vhd$", "%.vhdl$" },