[GRLUG] changing vim color for quoted text in email

john-thomas richards jtr at jrichards.org
Wed Jan 27 12:01:07 EST 2010


On Tue, Jan 26, 2010 at 04:08:11PM -0500, Steve Romanow wrote:
> If you edit your current syntax file, you can make it whatever color you like.

Debian includes a mail.vim syntax file, but I cannot find information
about how to actually configure it.  Here is the closest section I can
find that has to do with colors:

" Make sure quote markers in regions (header / signature) have correct
" color
syn match mailQuoteExp1 contained "\v^(\> ?)"
syn match mailQuoteExp2 contained "\v^(\> ?){2}"
syn match mailQuoteExp3 contained "\v^(\> ?){3}"
syn match mailQuoteExp4 contained "\v^(\> ?){4}"
syn match mailQuoteExp5 contained "\v^(\> ?){5}"
syn match mailQuoteExp6 contained "\v^(\> ?){6}"

That doesn't offer me much hope.
-- 
john-thomas
------
A multitude of laws in a country is like a great number of physicians, a
sign of weakness and malady.
Voltaire, philosopher (1694-1778)


More information about the grlug mailing list