mirror of
https://github.com/neovim/neovim.git
synced 2025-12-16 03:15:39 +00:00
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: vim/vim#15751
bfe568d8c4
Co-authored-by: Wu, Zhenyu <wuzhenyu@ustc.edu>
This commit is contained in:
committed by
Christian Clason
parent
b7779aad41
commit
a6d1165771
@@ -1068,6 +1068,9 @@ local extension = {
|
||||
envrc = detect.sh,
|
||||
ksh = detect.ksh,
|
||||
sh = detect.sh,
|
||||
lo = 'sh',
|
||||
la = 'sh',
|
||||
lai = 'sh',
|
||||
mdd = 'sh',
|
||||
sieve = 'sieve',
|
||||
siv = 'sieve',
|
||||
|
||||
Reference in New Issue
Block a user