Skip to content

Commit bc4f06e

Browse files
committed
feature: add Refs: keyword
Signed-off-by: leo <longshuang@msn.cn>
1 parent 7a207a3 commit bc4f06e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Views/CommitMessageToolBox.axaml.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ private void OnTextViewVisualLinesChanged(object sender, EventArgs e)
315315
InvalidateVisual();
316316
}
317317

318-
private readonly List<string> _keywords = ["Acked-by: ", "Co-authored-by: ", "Reviewed-by: ", "Signed-off-by: ", "BREAKING CHANGE: "];
318+
private readonly List<string> _keywords = ["Acked-by: ", "Co-authored-by: ", "Reviewed-by: ", "Signed-off-by: ", "BREAKING CHANGE: ", "Refs: "];
319319
private bool _isEditing = false;
320320
private int _subjectEndLine = 0;
321321
private CompletionWindow _completionWnd = null;

0 commit comments

Comments
 (0)