forked from aniani/vim
patch 9.1.0249: filetype: rock_manifest and config.ld files are not recognized
Problem: filetype: rock_manifest and config.ld files are not recognized
Solution: Detect 'rock_manifest' and 'config.ld' as lua
(Wu, Zhenyu)
closes: #14370
Signed-off-by: Wu, Zhenyu <wuzhenyu@ustc.edu>
Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
committed by
Christian Brabandt
parent
3b497aa247
commit
a917bd58bd
@@ -1269,7 +1269,10 @@ au BufNewFile,BufRead .luaurc setf jsonc
|
||||
au BufNewFile,BufRead .luacheckrc setf lua
|
||||
|
||||
" Luarocks
|
||||
au BufNewFile,BufRead *.rockspec setf lua
|
||||
au BufNewFile,BufRead *.rockspec,rock_manifest setf lua
|
||||
|
||||
" Luadoc, Ldoc
|
||||
au BufNewFile,BufRead config.ld setf lua
|
||||
|
||||
" Linden Scripting Language (Second Life)
|
||||
au BufNewFile,BufRead *.lsl call dist#ft#FTlsl()
|
||||
|
||||
Reference in New Issue
Block a user