How do I highlight the error lines in the Build Output Panel of Sublime Text 2? I have some lines in the output like this:
This is just a message
Warning: <C:\Path\File.ext:12> WarningMessage ORANGE
Error : <C:\Path\File.ext:34> ErrorMessage RED
How do I colour the Error and Warning lines? I have setup my custom .sublime-build "file_regex" key to detect them for doubleclick, but don't see how to style the matches.