mirror of
https://github.com/neovim/neovim.git
synced 2025-10-26 12:27:24 +00:00
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:
committed by
Christian Clason
parent
b3cb0f6bea
commit
d04d7bf65d
@@ -2264,6 +2264,7 @@ local pattern = {
|
||||
['^%.?neomuttrc'] = detect_neomuttrc,
|
||||
['/%.neomutt/neomuttrc'] = detect_neomuttrc,
|
||||
['^Neomuttrc'] = detect_neomuttrc,
|
||||
['%.neomuttdebug'] = 'neomuttlog',
|
||||
},
|
||||
['^%.'] = {
|
||||
['^%.cshrc'] = detect.csh,
|
||||
|
||||
Reference in New Issue
Block a user