/*
 * JsMin
 * Javascript Compressor
 * http://www.crockford.com/
 * http://www.smallsharptools.com/
*/

dp.sh.Brushes.Txt=function()
{var keywords='error useragent-id useragent-string group-id group-name group-website group-icon group-rating group-rating-count category-id category-name';this.regexList=[{regex:new RegExp('\'.*$','gm'),css:'comment'},{regex:dp.sh.RegexLib.DoubleQuotedString,css:'string'},{regex:new RegExp(this.GetKeywords(keywords),'gm'),css:'keyword'}];this.CssClass='dp-txt';}
dp.sh.Brushes.Txt.prototype=new dp.sh.Highlighter();dp.sh.Brushes.Txt.Aliases=['txt'];

