forked from aniani/vim
patch 9.1.0796: filetype: libtool files are not recognized
Problem: filetype: libtool files are not recognized
Solution: detect '*.{lo,la,lai}' as sh filetype
(Wu, Zhenyu)
closes: #15751
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
421ed14b8a
commit
bfe568d8c4
@@ -570,6 +570,9 @@ au BufNewFile,BufRead *.dsp call dist#ft#FTdsp()
|
||||
au BufNewFile,BufRead *.xcu,*.xlb,*.xlc,*.xba setf xml
|
||||
au BufNewFile,BufRead psprint.conf,sofficerc setf dosini
|
||||
|
||||
" Libtool files
|
||||
au BufNewFile,BufRead *.lo,*.la,*.lai setf sh
|
||||
|
||||
" Lynx config files
|
||||
au BufNewFile,BufRead lynx.cfg setf lynx
|
||||
|
||||
|
||||
Reference in New Issue
Block a user