aboutsummaryrefslogtreecommitdiffstats
path: root/queries/comment
diff options
context:
space:
mode:
Diffstat (limited to 'queries/comment')
-rw-r--r--queries/comment/highlights.scm4
1 files changed, 2 insertions, 2 deletions
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