better valgrind theme
This commit is contained in:
parent
963d6addf1
commit
67f7920520
1 changed files with 3 additions and 1 deletions
|
|
@ -5,10 +5,12 @@ def theme(context):
|
||||||
return context, [
|
return context, [
|
||||||
# section title
|
# section title
|
||||||
["^(==[0-9]+==\s{1})(Memcheck|Copyright|Using)(.*)$","blue",""],
|
["^(==[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}Command: )(\S*)(.*)$","green,white","normal,bold,normal"],
|
||||||
["^(==[0-9]+==\s{1})(HEAP SUMMARY:)(.*)$","green",""],
|
["^(==[0-9]+==\s{1})(HEAP SUMMARY:)(.*)$","green",""],
|
||||||
["^(==[0-9]+==\s{1})(All heap blocks were freed)(.*)$","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",""],
|
["^(==[0-9]+==\s{1}\S+.*)$","red",""],
|
||||||
# section explanation
|
# section explanation
|
||||||
["^==[0-9]+==\s{2}(\S+.*)$","orange",""],
|
["^==[0-9]+==\s{2}(\S+.*)$","orange",""],
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue