mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-22 12:45:00 +00:00
enhance: update keywords prefix regex
This commit is contained in:
parent
8f9e2cefe9
commit
0621ed950e
1 changed files with 1 additions and 1 deletions
|
@ -308,7 +308,7 @@ namespace SourceGit.Views
|
||||||
[GeneratedRegex(@"^(\[[\w\s]+\])")]
|
[GeneratedRegex(@"^(\[[\w\s]+\])")]
|
||||||
private static partial Regex REG_KEYWORD_FORMAT1();
|
private static partial Regex REG_KEYWORD_FORMAT1();
|
||||||
|
|
||||||
[GeneratedRegex(@"^(\w+\s?:)")]
|
[GeneratedRegex(@"^(\w+\s?:)\s")]
|
||||||
private static partial Regex REG_KEYWORD_FORMAT2();
|
private static partial Regex REG_KEYWORD_FORMAT2();
|
||||||
|
|
||||||
private List<Models.Hyperlink> _matches = null;
|
private List<Models.Hyperlink> _matches = null;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue