diff options
| author | Marc André Tanner <mat@brain-dump.org> | 2017-10-30 15:21:25 +0100 |
|---|---|---|
| committer | Marc André Tanner <mat@brain-dump.org> | 2017-10-30 15:22:06 +0100 |
| commit | 736627c08524d6f0428fae80ec3db6ba44bd2268 (patch) | |
| tree | 5d533a3a3ae3af1a257d0e44e84d2d9e268221de | |
| parent | ae8d7a06a0f3eb49ca9fb33441700b4f410d14c9 (diff) | |
| download | vis-736627c08524d6f0428fae80ec3db6ba44bd2268.tar.gz vis-736627c08524d6f0428fae80ec3db6ba44bd2268.tar.xz | |
lexer: associate *.conf to the ini lexer
| -rw-r--r-- | lua/plugins/filetype.lua | 2 |
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$" }, |
