diff src/testdir/test_filetype.vim @ 30537:720ac162fbd6 v9.0.0604

patch 9.0.0604: luacheckrc file is not recognized Commit: https://github.com/vim/vim/commit/49c311c9b18e18c05f93728d1f8a552923a18423 Author: ObserverOfTime <chronobserver@disroot.org> Date: Tue Sep 27 13:07:05 2022 +0100 patch 9.0.0604: luacheckrc file is not recognized Problem: Luacheckrc file is not recognized. Solution: Use lua filetype for luacheckrc. (closes https://github.com/vim/vim/issues/11236)
author Bram Moolenaar <Bram@vim.org>
date Tue, 27 Sep 2022 14:15:03 +0200
parents 4f6c0ca7530b
children a7a9e8b9af89
line wrap: on
line diff
--- a/src/testdir/test_filetype.vim
+++ b/src/testdir/test_filetype.vim
@@ -328,7 +328,7 @@ let s:filename_checks = {
     \ 'lpc': ['file.lpc', 'file.ulpc'],
     \ 'lsl': ['file.lsl'],
     \ 'lss': ['file.lss'],
-    \ 'lua': ['file.lua', 'file.rockspec', 'file.nse'],
+    \ 'lua': ['file.lua', 'file.rockspec', 'file.nse', '.luacheckrc'],
     \ 'lynx': ['lynx.cfg'],
     \ 'lyrics': ['file.lrc'],
     \ 'm3build': ['m3makefile', 'm3overrides'],