mirror of
https://github.com/neovim/neovim.git
synced 2025-11-26 12:10:40 +00:00
vim-patch:9.1.0250: filetype: ldscripts cannot be recognized
Problem: filetype: ldscripts cannot be recognized
Solution: Detect '*/ldscripts/*' as ld
(Wu, Zhenyu)
closes: vim/vim#14371
4c7098b00a
Co-authored-by: Wu, Zhenyu <wuzhenyu@ustc.edu>
This commit is contained in:
@@ -1775,6 +1775,7 @@ local pattern = {
|
||||
['.*%.[Ss][Uu][Bb]'] = 'krl',
|
||||
['lilo%.conf.*'] = starsetf('lilo'),
|
||||
['.*/etc/logcheck/.*%.d.*/.*'] = starsetf('logcheck'),
|
||||
['.*/ldscripts/.*'] = 'ld',
|
||||
['.*lftp/rc'] = 'lftp',
|
||||
['.*/%.libao'] = 'libao',
|
||||
['.*/etc/libao%.conf'] = 'libao',
|
||||
|
||||
Reference in New Issue
Block a user