bugfix in the cmake theme

Color the Linking sections with no slash
This commit is contained in:
Johann Dreo 2013-09-23 12:35:41 +02:00
commit 94e9d04866

View file

@ -23,7 +23,7 @@ def theme():
[ "^(Scanning dependencies of target)(.*)$",
performing, "normal,bold" ],
# Link
[ "^(Linking .* )(library|executable) (.*/)+(.+(\.[aso]+)*)$",
[ "^(Linking .* )(library|executable) (.*/)*(.+(\.[aso]+)*)$",
performing, "normal,normal,bold" ],
# [percent] Built
[ "^\[\s*[0-9]+%\]\s(Built target)(\s.*)$",