From ef8b902712d1c8d6b78d7ce53567171e3bf40095 Mon Sep 17 00:00:00 2001 From: Brandon Thetford Date: Wed, 28 Feb 2024 23:22:54 -0700 Subject: [PATCH] Add "BUGBUG:" to the bug tag for pre-existing comments with that tag --- Terminal.sln.DotSettings | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Terminal.sln.DotSettings b/Terminal.sln.DotSettings index 6aa6e6ee1..348be86b5 100644 --- a/Terminal.sln.DotSettings +++ b/Terminal.sln.DotSettings @@ -1,4 +1,4 @@ - + True 5000 1000 @@ -402,8 +402,9 @@ Suggestion (?<=\W|^)(?<TAG>SUGGESTION:)(\W|$)(.*) Question - (?<=\W|^)(?<TAG>BUG:)(\W|$)(.*) + (?<=\W|^)(?<TAG>BUG:|BUGBUG:)(\W|$)(.*) True + True #FFCF9D32 True Performance