
dp.sh.Brushes.Yml = function()
{
	this.regexList = [
		
    { regex: new RegExp('#.*', 'gmi'),			        css: 'comments' },
    { regex: new RegExp('[A-Za-z0-9_]+:' , 'gmi'), css: 'keyword' }
	];
}

dp.sh.Brushes.Yml.prototype	= new dp.sh.Highlighter();
dp.sh.Brushes.Yml.Aliases	= ['yml'];
