From 25b656a4b771ee7d440e506280b9ae546d6f7233 Mon Sep 17 00:00:00 2001 From: ObserverOfTime Date: Mon, 20 Mar 2023 10:40:10 +0200 Subject: [PATCH] comment(highlights): reduce user mention priority --- queries/comment/highlights.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/queries/comment/highlights.scm b/queries/comment/highlights.scm index 15adf45ab..3d8bce56a 100644 --- a/queries/comment/highlights.scm +++ b/queries/comment/highlights.scm @@ -42,4 +42,5 @@ ; User mention (@user) ("text" @constant @nospell - (#lua-match? @constant "^[@][a-zA-Z0-9_-]+$")) + (#lua-match? @constant "^[@][a-zA-Z0-9_-]+$") + (#set! "priority" 95))