mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-22 04:34:59 +00:00
enhance: update keyword regex for commit subject
This commit is contained in:
parent
aae5f10f66
commit
573db575b6
1 changed files with 2 additions and 2 deletions
|
@ -305,10 +305,10 @@ 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]+([\<\(][\w\s_\-\*,]+[\>\)])?\s?:)\s")]
|
[GeneratedRegex(@"^\w+([\<\(][\w\s_\-\*,]+[\>\)])?\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