From 3d08cdd741ea02ab820406582f8ea0b1198e368d Mon Sep 17 00:00:00 2001 From: Christian Clason Date: Sun, 3 Mar 2024 15:50:48 +0100 Subject: fix(comment): remove duplicate 'FIXME' --- queries/comment/highlights.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'queries/comment') 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 -- cgit v1.2.3-70-g09d2