From 94e9d04866e68ba8977cac817bf929a3cb1fcda2 Mon Sep 17 00:00:00 2001 From: Johann Dreo Date: Mon, 23 Sep 2013 12:35:41 +0200 Subject: [PATCH] bugfix in the cmake theme Color the Linking sections with no slash --- colout/colout_cmake.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/colout/colout_cmake.py b/colout/colout_cmake.py index 27644f9..74580b1 100644 --- a/colout/colout_cmake.py +++ b/colout/colout_cmake.py @@ -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.*)$",