Paintbrush.Brushes.Diff = {
	
	'comment': (/^\-[^\-]{1}.*$/gm),
	
	'acute': (/^\s.*$/gm),
	
	'string': (/^\+[^\+]{1}.*$/gm),
	
	'special': (/^@@.*@@$/gm),

	'function': (/^\-\-\-.*$/gm),

	'keyword': (/^\+\+\+.*$/gm)

};
