forked from aniani/vim
patch 9.0.0604: luacheckrc file is not recognized
Problem: Luacheckrc file is not recognized. Solution: Use lua filetype for luacheckrc. (closes #11236)
This commit is contained in:
committed by
Bram Moolenaar
parent
7c1cbb6cd4
commit
49c311c9b1
@@ -1112,6 +1112,9 @@ au BufNewFile,BufRead *.lou,*.lout setf lout
|
||||
" Lua
|
||||
au BufNewFile,BufRead *.lua setf lua
|
||||
|
||||
" Luacheck
|
||||
au BufNewFile,BufRead .luacheckrc setf lua
|
||||
|
||||
" Luarocks
|
||||
au BufNewFile,BufRead *.rockspec setf lua
|
||||
|
||||
|
||||
Reference in New Issue
Block a user