vim-patch:9.1.0778: filetype: lf config files are not recognized

Problem:  filetype: lf config files are not recognized
Solution: detect lfrc files as lf filetype, include a syntax
          script for lf files (Andis Spriņķis).

References:
- https://github.com/gokcehan/lf

closes: vim/vim#15859

0f146b7925

Co-authored-by: Andis Spriņķis <spr.andis@protonmail.com>
This commit is contained in:
Christian Clason
2024-10-13 19:33:25 +02:00
committed by Christian Clason
parent 1189c5ce59
commit 15aa27bc1f
4 changed files with 252 additions and 0 deletions

View File

@@ -1611,6 +1611,7 @@ local filename = {
['ldaprc'] = 'ldapconf',
['.ldaprc'] = 'ldapconf',
['ldap.conf'] = 'ldapconf',
['lfrc'] = 'lf',
['lftp.conf'] = 'lftp',
['.lftprc'] = 'lftp',
['/.libao'] = 'libao',