dp.sh.Brushes.Plain = function()
{

    this.regexList = [];
    this.CssClass = 'dp-plain';
    this.Style = '.dp-plain { color: #fff; }';
}

dp.sh.Brushes.Plain.prototype	= new dp.sh.Highlighter();
dp.sh.Brushes.Plain.Aliases	= ['plain'];
