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))