diff --git a/queries/comment/highlights.scm b/queries/comment/highlights.scm index c0e1df308..2f76708db 100644 --- a/queries/comment/highlights.scm +++ b/queries/comment/highlights.scm @@ -4,10 +4,10 @@ (name) @text.todo @nospell ("(" @punctuation.bracket (user) @constant ")" @punctuation.bracket)? ":" @punctuation.delimiter) - (#eq? @text.todo "TODO" "WIP")) + (#any-of? @text.todo "TODO" "WIP")) ("text" @text.todo @nospell - (#eq? @text.todo "TODO" "WIP")) + (#any-of? @text.todo "TODO" "WIP")) ((tag (name) @text.note @nospell