1
0
forked from aniani/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: #15858

Co-authored-by: AvidSeeker <avidseeker7@protonmail.com>
Signed-off-by: Richard Russon <rich@flatcap.org>
Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
Richard Russon
2024-10-13 19:40:43 +02:00
committed by Christian Brabandt
parent 0f146b7925
commit a2aa921f76
7 changed files with 445 additions and 331 deletions

View File

@@ -1592,6 +1592,9 @@ au BufNewFile,BufRead Mutt{ng,}rc setf muttrc
" N1QL
au BufRead,BufNewfile *.n1ql,*.nql setf n1ql
" Neomutt log
au BufNewFile,BufRead *.neomuttdebug* setf neomuttlog
" Nano
au BufNewFile,BufRead */etc/nanorc,*.nanorc setf nanorc