feature: add Refs: keyword

Signed-off-by: leo <longshuang@msn.cn>
This commit is contained in:
leo
2025-11-06 10:34:02 +08:00
parent 7a207a3589
commit bc4f06eda9

View File

@@ -315,7 +315,7 @@ namespace SourceGit.Views
InvalidateVisual();
}
private readonly List<string> _keywords = ["Acked-by: ", "Co-authored-by: ", "Reviewed-by: ", "Signed-off-by: ", "BREAKING CHANGE: "];
private readonly List<string> _keywords = ["Acked-by: ", "Co-authored-by: ", "Reviewed-by: ", "Signed-off-by: ", "BREAKING CHANGE: ", "Refs: "];
private bool _isEditing = false;
private int _subjectEndLine = 0;
private CompletionWindow _completionWnd = null;