vis

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

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

commit 5a34f850a7fafaa496d79b2a4c4f4397a20f9107
parent 1e67de339618dafb50b70d16a5ddbe15e50bfb4b
Author: dallinjdahl <42781038+dallinjdahl@users.noreply.github.com>
Date:   Tue, 19 Jan 2021 14:20:09 -0700

Adding .sv extension to verilog syntax highlighter
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 @@ -436,7 +436,7 @@ vis.ftdetect.filetypes = { ext = { "%.vcf$", "%.vcard$" }, }, verilog = { - ext = { "%.v$", "%.ver$" }, + ext = { "%.v$", "%.ver$", "%.sv$" }, }, vhdl = { ext = { "%.vh$", "%.vhd$", "%.vhdl$" },