
dp.sh.Brushes.Ini = function()
{
    var builtins =  '';

    var keywords =  '';

    this.regexList = [{regex: /=/g, css: 'delim'}];

    this.CssClass = 'dp-ini';

    this.Style = '.dp-ini .delim {font-weight: bold; color: red;}';

}

dp.sh.Brushes.Ini.prototype = new dp.sh.Highlighter();
dp.sh.Brushes.Ini.Aliases = ['ini'];
