From 736627c08524d6f0428fae80ec3db6ba44bd2268 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Mon, 30 Oct 2017 15:21:25 +0100 Subject: lexer: associate *.conf to the ini lexer --- lua/plugins/filetype.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/plugins/filetype.lua b/lua/plugins/filetype.lua index 415c4c7..e4062bf 100644 --- 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$" }, -- cgit v1.2.3