bugfix path match for python theme
This commit is contained in:
parent
50a77bb22e
commit
483bb886d7
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue