fix todo regex
This commit is contained in:
parent
72003018b6
commit
ddc8c90a30
@ -26,7 +26,7 @@ TODO_TODO_RE = re.compile(
|
|||||||
(?:\s*-\s*)?
|
(?:\s*-\s*)?
|
||||||
(TODO|IDEA|DONE):? # label starts a line
|
(TODO|IDEA|DONE):? # label starts a line
|
||||||
""",
|
""",
|
||||||
re.VERBOSE,
|
re.VERBOSE | re.MULTILINE,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user