From 67f79205204d215bcc5f58cc117404831d2512f3 Mon Sep 17 00:00:00 2001 From: nojhan Date: Thu, 16 Oct 2014 19:04:59 +0200 Subject: [PATCH] better valgrind theme --- colout/colout_valgrind.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/colout/colout_valgrind.py b/colout/colout_valgrind.py index 425a7e8..fe95982 100644 --- a/colout/colout_valgrind.py +++ b/colout/colout_valgrind.py @@ -5,10 +5,12 @@ def theme(context): return context, [ # section title ["^(==[0-9]+==\s{1})(Memcheck|Copyright|Using)(.*)$","blue",""], + ["^(==[0-9]+==\s{1})(Warning)(.*)$","magenta",""], ["^(==[0-9]+==\s{1}Command: )(\S*)(.*)$","green,white","normal,bold,normal"], ["^(==[0-9]+==\s{1})(HEAP SUMMARY:)(.*)$","green",""], ["^(==[0-9]+==\s{1})(All heap blocks were freed)(.*)$","green",""], - ["^(==[0-9]+==\s{1})(For counts of detected and suppressed errors, rerun with: -v)(.*)$","blue",""], + ["^(==[0-9]+==\s{1})(.*[rR]erun.*)$","blue",""], + ["^(==[0-9]+==\s{1})(Use --.*)$","blue",""], ["^(==[0-9]+==\s{1}\S+.*)$","red",""], # section explanation ["^==[0-9]+==\s{2}(\S+.*)$","orange",""],