From f0dc09f83d7d9a147d4f317c1d1917f9ab1bce8a Mon Sep 17 00:00:00 2001 From: Brandon Thetford Date: Wed, 28 Feb 2024 23:22:27 -0700 Subject: [PATCH] Add a tag and add colon to the tag regex so words don't trigger it unexpectedly --- Terminal.sln.DotSettings | 19 +++++++++++++++---- 1 file changed, 15 insertions(+), 4 deletions(-) diff --git a/Terminal.sln.DotSettings b/Terminal.sln.DotSettings index ddeb546f2..6aa6e6ee1 100644 --- a/Terminal.sln.DotSettings +++ b/Terminal.sln.DotSettings @@ -1,4 +1,4 @@ - + True 5000 1000 @@ -396,11 +396,18 @@ True True True + True + #FFCF9D32 + True + Suggestion + (?<=\W|^)(?<TAG>SUGGESTION:)(\W|$)(.*) + Question + (?<=\W|^)(?<TAG>BUG:)(\W|$)(.*) True #FFCF9D32 True Performance - (?<=\W|^)(?<TAG>PERF)(\W|$)(.*) + (?<=\W|^)(?<TAG>PERF:)(\W|$)(.*) Warning True True @@ -410,22 +417,26 @@ (?<=\W|^)(?<TAG>NOTE:)(\W|$)(.*) Normal True + True #FFCF9D32 True Question (?<=\W|^)(?<TAG>QUESTION:)(\W|$)(.*) Question + True + (?<=\W|^)(?<TAG>TODO:)(\W|$)(.*) True + True #FFCF9D32 True Unclear Intent - (?<=\W|^)(?<TAG>UNCLEAR|INTENT)(\W|$)(.*) + (?<=\W|^)(?<TAG>UNCLEAR:|INTENT:)(\W|$)(.*) Warning True #FFCF9D32 True Concurrency Issue - (?<=\W|^)(?<TAG>CONCURRENCY)(\W|$)(.*) + (?<=\W|^)(?<TAG>CONCURRENCY:)(\W|$)(.*) Warning True