diff options
| -rw-r--r-- | queries/comment/highlights.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/queries/comment/highlights.scm b/queries/comment/highlights.scm index 2edfd82d1..c8b086c8a 100644 --- a/queries/comment/highlights.scm +++ b/queries/comment/highlights.scm @@ -8,7 +8,7 @@ (tag (name) @text.note (user)? @constant) ((tag ((name) @text.warning)) - (#any-of? @text.warning "TODO" "HACK" "WARNING)$")) + (#any-of? @text.warning "TODO" "HACK" "WARNING")) ("text" @text.warning (#any-of? @text.warning "TODO" "HACK" "WARNING")) |
