dp.sh.Brushes.Bash= function()
{
	this.regexList = [
		          		{ regex: new RegExp('^cscie75\\$.*','gm'), css: 'command' },
		          		{ regex: new RegExp('^> .*','gm'), css: 'command' },
		          		{ regex: new RegExp('^sqlite\\>.*','gm'), css: 'command' },
		          		{ regex: new RegExp('^minerva\\%.*','gm'), css: 'command' },
		          		{ regex: new RegExp('^minerva\\$.*','gm'), css: 'command' },
		          		{ regex: new RegExp('^\\[dheitmey\\@minerva dheitmey\\]\\$.*','gm'), css: 'command'},
		          		{ regex: new RegExp('^(Host|User-Agent):.*$','gm'), css: 'command' },
		          		{ regex: new RegExp('^GET.*','gm'), css: 'command' }
	          		];

	this.CssClass = 'dp-bash';
}

dp.sh.Brushes.Bash.prototype	= new dp.sh.Highlighter();
dp.sh.Brushes.Bash.Aliases	= ['bash'];

