mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-22 19:08:09 +01:00
6ee07a9c6d
As discussed in id:871udhcmks.fsf@zancas.localnet, notmuch-vim doesn't really meet the standards of the CLI, emacs interface, or python bindings in terms of being well maintained.
7 lines
295 B
VimL
7 lines
295 B
VimL
runtime! syntax/mail.vim
|
|
|
|
syntax region nmComposeHelp contains=nmComposeHelpLine start='^Notmuch-Help:\%1l' end='^\(Notmuch-Help:\)\@!'
|
|
syntax match nmComposeHelpLine /Notmuch-Help:/ contained
|
|
|
|
highlight link nmComposeHelp Include
|
|
highlight link nmComposeHelpLine Error
|