Added more characters as valid word separators to the highlighter regex

This commit is contained in:
Veronica K. B. Olsen
2019-11-16 12:31:49 +01:00
parent 82aa1ad0a9
commit 2ab7828179
4 changed files with 19 additions and 11 deletions
+1 -1
View File
@@ -13,4 +13,4 @@ print("")
profMainWindows = pstats.Stats(path.join(profDir,"testMainWindows.prof"))
profMainWindows.sort_stats("cumtime")
profMainWindows.print_stats("nw",50)
profMainWindows.print_stats("nw/")