aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--queries/comment/highlights.scm6
1 files changed, 6 insertions, 0 deletions
diff --git a/queries/comment/highlights.scm b/queries/comment/highlights.scm
index 6c3e043c8..a076deec7 100644
--- a/queries/comment/highlights.scm
+++ b/queries/comment/highlights.scm
@@ -7,6 +7,12 @@
(tag (name) @text.note (user)? @constant)
+((tag ((name) @text.note))
+ (#any-of? @text.note "NOTE"))
+
+("text" @text.note
+ (#any-of? @text.note "NOTE"))
+
((tag ((name) @text.warning))
(#any-of? @text.warning "TODO" "HACK" "WARNING"))