#								-*- syntax -*-
# Led syntax definition for editing mail.
#
# (c) 2002 Jordan DeLong
#

regexp	"^> ?> ?>.*"					are "quote3";
regexp	"^> ?>.*"					are "quote2";
regexp	"^>.*"						are "quote1";
regexp	"^[a-zA-Z\\-]*:( |\t)"				are "preproc";
regexp	"\*[a-zA-Z\\-_]+\*"				are "bolded";
regexp	"_[a-zA-Z\\-_]+_"				are "underlined";

# can't do blocks on regexp yet, so no real signature hl.
# for now we can at least turn the signature seperator
# into it's own color.
regexp	"^-- $"						are "signature";
