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.
\S
\w
1 parent 3296f90 commit bb45a5aCopy full SHA for bb45a5a
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(@"^\S+([\<\(][\w\s_\-\*,]+[\>\)])?\!?\s?:\s")]
312
private static partial Regex REG_KEYWORD_FORMAT2();
313
314
private List<Models.Hyperlink> _matches = null;
0 commit comments