Help with To-Do Items Regex
I want to to highlight the keyword TODO: David for this I set the Regex as (?<=\W|^)(?<TAG>TODO: David)(\W|$)(.*)
However, I already have another default keyword TODO which overrides TODO: David keyword.
So, I want to update the regex for TODO so that it can check for keyword TODO and not for TODO: David
Please sign in to leave a comment.