]> git.notmuchmail.org Git - notmuch/blob - vim/syntax/notmuch-compose.vim
Merge remote branch 'jukie/vim'
[notmuch] / vim / syntax / notmuch-compose.vim
1 runtime! syntax/mail.vim
2
3 syntax region nmComposeHelp          contains=nmComposeHelpLine start='^Notmuch-Help:\%1l' end='^\(Notmuch-Help:\)\@!'
4 syntax match  nmComposeHelpLine      /Notmuch-Help:/ contained
5
6 highlight link nmComposeHelp        Include
7 highlight link nmComposeHelpLine    Error