From 74a7da4e4be5ee71e9efb6d7bdffa16ad620cc57 Mon Sep 17 00:00:00 2001 From: pseudometa <73286100+chrisgrieser@users.noreply.github.com> Date: Tue, 25 Jul 2023 15:03:54 +0200 Subject: feat(comment): highlight more comment tags --- queries/comment/highlights.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'queries/comment') diff --git a/queries/comment/highlights.scm b/queries/comment/highlights.scm index 2f76708db..70aa92de2 100644 --- a/queries/comment/highlights.scm +++ b/queries/comment/highlights.scm @@ -13,10 +13,10 @@ (name) @text.note @nospell ("(" @punctuation.bracket (user) @constant ")" @punctuation.bracket)? ":" @punctuation.delimiter) - (#any-of? @text.note "NOTE" "XXX" "INFO")) + (#any-of? @text.note "NOTE" "XXX" "INFO" "DOCS" "PERF" "TEST")) ("text" @text.note @nospell - (#any-of? @text.note "NOTE" "XXX" "INFO")) + (#any-of? @text.note "NOTE" "XXX" "INFO" "DOCS" "PERF" "TEST")) ((tag (name) @text.warning @nospell -- cgit v1.2.3-70-g09d2