mirror of
https://fastgit.cc/github.com/sourcegit-scm/sourcegit
synced 2026-04-23 18:30:34 +08:00
enhance: update REG_KEYWORD_FORMAT2
This commit is contained in:
@@ -308,7 +308,7 @@ namespace SourceGit.Views
|
||||
[GeneratedRegex(@"^(\[[\w\s]+\])")]
|
||||
private static partial Regex REG_KEYWORD_FORMAT1();
|
||||
|
||||
[GeneratedRegex(@"^([\w]+(\<[\w\s_\-\*,]+\>)?\s?:)\s")]
|
||||
[GeneratedRegex(@"^([\w]+([\<\(][\w\s_\-\*,]+[\>\)])?\s?:)\s")]
|
||||
private static partial Regex REG_KEYWORD_FORMAT2();
|
||||
|
||||
private List<Models.Hyperlink> _matches = null;
|
||||
|
||||
Reference in New Issue
Block a user