aboutsummaryrefslogtreecommitdiff
path: root/lua/plugins/filetype.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua/plugins/filetype.lua')
-rw-r--r--lua/plugins/filetype.lua2
1 files changed, 1 insertions, 1 deletions
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$" },