From 707f499f4aefaa9d6eb37d35717fbc827b4bee52 Mon Sep 17 00:00:00 2001 From: nojhan Date: Thu, 4 Jun 2020 09:53:33 +0200 Subject: [PATCH] fix cmake theme Do not match the ":" in CMake Error --- 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 252fc2f..ae9027d 100644 --- a/colout/colout_cmake.py +++ b/colout/colout_cmake.py @@ -25,7 +25,7 @@ def theme(context): [ "^-- Configuring incomplete, errors occurred!", "red" ], [ "^--.*", performing ], # Errors - [ "CMake Error:", "red" ], + [ "CMake Error", "red" ], [ "CMake Warning", "yellow" ], # Scan [ "^(Scanning dependencies of target)(.*)$",