From 5cc562748729b6dc9563ea5a3d676ff102ab38b1 Mon Sep 17 00:00:00 2001 From: Christian Clason Date: Sat, 20 Jan 2024 17:41:40 +0100 Subject: fix(comments)!: consolidate note captures Distinguishing `hint` and `info` is too confusing; it's enough to have `error`, `warning`, `todo`, and `note`. --- queries/gitcommit/highlights.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'queries/gitcommit') diff --git a/queries/gitcommit/highlights.scm b/queries/gitcommit/highlights.scm index 880d05e01..8f7036a7e 100644 --- a/queries/gitcommit/highlights.scm +++ b/queries/gitcommit/highlights.scm @@ -44,7 +44,7 @@ ; (trailer (value) @none) (breaking_change - (token) @comment.warning) + (token) @comment.error) (breaking_change (value) @none @spell) -- cgit v1.2.3-70-g09d2