mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-22 19:08:09 +01:00
138c6aa098
The old one was not properly maintained and is now deprecated. The new one has much better support. Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
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
|