diff options
Diffstat (limited to 'queries/comment')
| -rw-r--r-- | queries/comment/highlights.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/queries/comment/highlights.scm b/queries/comment/highlights.scm index 14dbdefc7..5d18b790a 100644 --- a/queries/comment/highlights.scm +++ b/queries/comment/highlights.scm @@ -4,10 +4,10 @@ (user) @constant ")" @punctuation.bracket)? ":" @punctuation.delimiter) - (#any-of? @comment.todo "TODO" "WIP" "FIXME")) + (#any-of? @comment.todo "TODO" "WIP")) ("text" @comment.todo @nospell - (#any-of? @comment.todo "TODO" "WIP" "FIXME")) + (#any-of? @comment.todo "TODO" "WIP")) ((tag (name) @comment.note @nospell |
