comparison 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
comparison
equal deleted inserted replaced
30536:e52d1209a9ee 30537:720ac162fbd6
326 \ 'lotos': ['file.lot', 'file.lotos'], 326 \ 'lotos': ['file.lot', 'file.lotos'],
327 \ 'lout': ['file.lou', 'file.lout'], 327 \ 'lout': ['file.lou', 'file.lout'],
328 \ 'lpc': ['file.lpc', 'file.ulpc'], 328 \ 'lpc': ['file.lpc', 'file.ulpc'],
329 \ 'lsl': ['file.lsl'], 329 \ 'lsl': ['file.lsl'],
330 \ 'lss': ['file.lss'], 330 \ 'lss': ['file.lss'],
331 \ 'lua': ['file.lua', 'file.rockspec', 'file.nse'], 331 \ 'lua': ['file.lua', 'file.rockspec', 'file.nse', '.luacheckrc'],
332 \ 'lynx': ['lynx.cfg'], 332 \ 'lynx': ['lynx.cfg'],
333 \ 'lyrics': ['file.lrc'], 333 \ 'lyrics': ['file.lrc'],
334 \ 'm3build': ['m3makefile', 'm3overrides'], 334 \ 'm3build': ['m3makefile', 'm3overrides'],
335 \ 'm3quake': ['file.quake', 'cm3.cfg'], 335 \ 'm3quake': ['file.quake', 'cm3.cfg'],
336 \ 'm4': ['file.at'], 336 \ 'm4': ['file.at'],