fix(comment): remove duplicate 'FIXME'

This commit is contained in:
Christian Clason 2024-03-03 15:50:48 +01:00
parent 8a9bef9327
commit 3d08cdd741
2 changed files with 6 additions and 6 deletions

View file

@ -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