bugfix path match for python theme

This commit is contained in:
Johann Dreo 2013-11-06 11:23:32 +01:00
commit 483bb886d7

View file

@ -5,7 +5,7 @@ def theme():
["^Traceback .*$", "blue" ],
# File, line, in
[
"^\s{2}(File \")(/.*?/)*([^/:]+)(\", line) ([0-9]+)(, in) (.*)$",
"^\s{2}(File \")(/*.*?/)*([^/:]+)(\", line) ([0-9]+)(, in) (.*)$",
"blue, none, white,blue, yellow,blue",
"normal,normal,bold, normal,normal,bold"
],