vis

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

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

commit 276561dd4551910a7e1216f000953dabdcb2e40b
parent fd5b854d1f0713c80a72cad0b3e52aee9412f4be
Author: Marc André Tanner <mat@brain-dump.org>
Date:   Mon, 30 Oct 2017 15:21:25 +0100

lexer: associate *.conf to the ini lexer

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 @@ -176,7 +176,7 @@ vis.ftdetect.filetypes = { ext = { "%.inf$", "%.ni$" }, }, ini = { - ext = { "%.cfg$", "%.cnf$", "%.inf$", "%.ini$", "%.reg$" }, + ext = { "%.cfg$", "%.cnf$", "%.conf$", "%.inf$", "%.ini$", "%.reg$" }, }, io_lang = { ext = { "%.io$" },