From 36813eb64eb2e9b561443c66d0b8c9e70ec81540 Mon Sep 17 00:00:00 2001 From: Brandon Thetford Date: Tue, 25 Jun 2024 05:01:48 -0700 Subject: [PATCH] New regex for BUG --- Terminal.sln.DotSettings | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Terminal.sln.DotSettings b/Terminal.sln.DotSettings index 3291afc86..0ada9ddcd 100644 --- a/Terminal.sln.DotSettings +++ b/Terminal.sln.DotSettings @@ -404,9 +404,10 @@ Suggestion (?<=\W|^)(?<TAG>SUGGESTION:)(\W|$)(.*) Question - (?<=\W|^)(?<TAG>BUG:|BUGBUG:)(\W|$)(.*) + False + (/{2}|/\*|\* ?)[\w\s\d:]*?\W(?<TAG>BUGBUG|BUG|PROBLEM): *(?<Message>[\S].*?)(?: ?\*/)?$ True - True + #FFCF9D32 True Performance