]> git.notmuchmail.org Git - notmuch/blob - vim/syntax/notmuch-compose.vim
test/T000-basic: replaced use of which(1) with shell builtin command -v
[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