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:
Christian Clason
2024-10-22 00:16:48 +02:00
committed by Christian Clason
parent b7779aad41
commit a6d1165771
2 changed files with 4 additions and 1 deletions

View File

@@ -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',