We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb6ceb0 commit 3804b0aCopy full SHA for 3804b0a
src/Views/Histories.axaml.cs
@@ -308,7 +308,7 @@ private void ClearHoveredIssueLink()
308
[GeneratedRegex(@"^\[[\w\s]+\]")]
309
private static partial Regex REG_KEYWORD_FORMAT1();
310
311
- [GeneratedRegex(@"^\w+([\<\(][\w\s_\-\*,]+[\>\)])?\s?:\s")]
+ [GeneratedRegex(@"^\w+([\<\(][\w\s_\-\*,]+[\>\)])?\!?\s?:\s")]
312
private static partial Regex REG_KEYWORD_FORMAT2();
313
314
private List<Models.Hyperlink> _matches = null;
0 commit comments