aboutsummaryrefslogtreecommitdiff
path: root/runtime/lua
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/lua')
-rw-r--r--runtime/lua/vim/filetype.lua4
1 files changed, 4 insertions, 0 deletions
diff --git a/runtime/lua/vim/filetype.lua b/runtime/lua/vim/filetype.lua
index 215be7fdc2..5f7bcce713 100644
--- a/runtime/lua/vim/filetype.lua
+++ b/runtime/lua/vim/filetype.lua
@@ -283,6 +283,7 @@ local extension = {
cbl = 'cobol',
atg = 'coco',
recipe = 'conaryrecipe',
+ ctags = 'conf',
hook = function(path, bufnr)
return M._getline(bufnr, 1) == '[Trigger]' and 'confini' or nil
end,
@@ -1305,6 +1306,9 @@ local filename = {
['auto.master'] = 'conf',
['texdoc.cnf'] = 'conf',
['.x11vncrc'] = 'conf',
+ ['.chktexrc'] = 'conf',
+ ['.ripgreprc'] = 'conf',
+ ripgreprc = 'conf',
['configure.in'] = 'config',
['configure.ac'] = 'config',
crontab = 'crontab',