I have two triggers in my Profile.
One uses the regular expression:
([/a-zA-Z0-9.]+:\d+)(: )?(error): .*$ and the action is Highlight Text with yellow text and a black background.
It does just fine coloring a line like
/Users/user/src/mozilla/editor/libeditor/msi/msiEditor.cpp:85: error: expected initializer before ‘instanceCounter’
when I remove a brace from some source code.
The second trigger uses the same regular expression and Capture Output as the action. Nothing shows up in the Toolbelt. I have 'Captured Output' checked in the Toolbelt menu. I've also tried various parameters such as 'subs \1' where subl is the command line start for Sublime Text 3.
Any tips? Are there any examples for using Captured Output other than the iTerm documentation.
--Barry