Searched +refs:mail +refs:header +refs:xref (Results 1 - 1 of 1) sorted by relevance

/macosx-10.9.5/vim-53/runtime/syntax/
H A Dmail.vim12 " The mail header is recognized starting with a "keyword:" line and ending
13 " with an empty line or other line that can't be in the header. All lines of
14 " the header are highlighted. Headers of quoted messages (quoted with >) are
34 syn region mailHeader keepend contains=@mailHeaderFields,@mailQuoteExps,@NoSpell start="^\z(\(> \?\)*\)\v(newsgroups|x-([a-z\-])*|path|xref|message-id|from|((in-)?reply-)?to|b?cc|subject|return-path|received|date|replied):" skip="^\z1\s" end="\v^\z1[!-9;-~]*([^!-~]|$)"me=s-1 end="\v^\z1@!"me=s-1 end="\v^\z1(\> ?)+"me=s-1 fold
46 " Anything in the header between < and > is an email address
61 " Make sure quote markers in regions (header / signature) have correct color
77 " Need to sync on the header. Assume we can do that within 100 lines
106 let b:current_syntax = "mail"

Completed in 105 milliseconds