Commit 0c3c8f73 authored by Bram Schoenmakers's avatar Bram Schoenmakers
parent 5b07c2a9
...@@ -71,7 +71,7 @@ class PrettyPrinterColorFilter(PrettyPrinterFilter): ...@@ -71,7 +71,7 @@ class PrettyPrinterColorFilter(PrettyPrinterFilter):
p_todo_str) p_todo_str)
# tags # tags
p_todo_str = re.sub(r'\b\S+:[^/\s]\S+\b', p_todo_str = re.sub(r'\b\S+:[^/\s]\S*\b',
metadata_color + r'\g<0>' + color, metadata_color + r'\g<0>' + color,
p_todo_str) p_todo_str)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment