vim-patch:9.1.0779: filetype: neomuttlog files are not recognized

Problem:  filetype: neomuttlog files are not recognized
Solution: detect '*.neomuttdebug' file as neomuttlog filetype,
          include neomuttlog syntax script (Richard Russon)

closes: vim/vim#15858

a2aa921f76

Co-authored-by: Richard Russon <rich@flatcap.org>
Co-authored-by: AvidSeeker <avidseeker7@protonmail.com>
This commit is contained in:
Christian Clason
2024-10-13 19:43:04 +02:00
committed by Christian Clason
parent b3cb0f6bea
commit d04d7bf65d
5 changed files with 438 additions and 331 deletions

View File

@@ -2264,6 +2264,7 @@ local pattern = {
['^%.?neomuttrc'] = detect_neomuttrc,
['/%.neomutt/neomuttrc'] = detect_neomuttrc,
['^Neomuttrc'] = detect_neomuttrc,
['%.neomuttdebug'] = 'neomuttlog',
},
['^%.'] = {
['^%.cshrc'] = detect.csh,