mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-08 22:40:12 -04:00
fix(comment): remove duplicate 'FIXME'
This commit is contained in:
parent
8a9bef9327
commit
3d08cdd741
2 changed files with 6 additions and 6 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue