Commit eac76901 authored by Bram Schoenmakers's avatar Bram Schoenmakers
parent 0738ded1
......@@ -66,7 +66,7 @@ class PrettyPrinterColorFilter(PrettyPrinterFilter):
p_todo_str)
# 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,
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