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 aae5f10 commit 573db57Copy full SHA for 573db57
src/Views/Histories.axaml.cs
@@ -305,10 +305,10 @@ private void ClearHoveredIssueLink()
305
}
306
307
308
- [GeneratedRegex(@"^(\[[\w\s]+\])")]
+ [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