Skip to content

Commit 3804b0a

Browse files
authored
fix(histories): handle commits with breaking changes (#584)
1 parent bb6ceb0 commit 3804b0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Views/Histories.axaml.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ private void ClearHoveredIssueLink()
308308
[GeneratedRegex(@"^\[[\w\s]+\]")]
309309
private static partial Regex REG_KEYWORD_FORMAT1();
310310

311-
[GeneratedRegex(@"^\w+([\<\(][\w\s_\-\*,]+[\>\)])?\s?:\s")]
311+
[GeneratedRegex(@"^\w+([\<\(][\w\s_\-\*,]+[\>\)])?\!?\s?:\s")]
312312
private static partial Regex REG_KEYWORD_FORMAT2();
313313

314314
private List<Models.Hyperlink> _matches = null;

0 commit comments

Comments
 (0)