Feature Request: Highlighting file_regex matches

Issue #1 new
davidrajakumar created an issue

Highlight the build results output with matches to the file_regex regular expression. This would be useful to quickly see errors in the build log and address them.

Comments (1)

  1. davidrajakumar reporter

    I have made a quick and dirty hack to the package to support this... I modified the python script to point to a custom .tmLanguage and inserted regular expressions in this file matching the file_regex.

    It'll do for now but not very elegant...

  2. Log in to comment