dp.sh.Brushes.Text = function()
{
	this.regexList = [ ];
	this.CssClass = 'dp-text';
	this.Style =	'.dp-text { color: #ff1493; }';
}

dp.sh.Brushes.Text.prototype	= new dp.sh.Highlighter();
dp.sh.Brushes.Text.Aliases	= ['text'];
/* vi:set ts=8 sw=8 sts=0 expandtab: */

