todo-comments.nvim
todo-comments.nvim copied to clipboard
The entire matched string is now highlighted, not just a keyword.
this will allow highlighting TODO(author):
highlight = {
pattern = [[(KEYWORDS)\s*(\([^\)]*\))?:]],
},

fixes https://github.com/folke/todo-comments.nvim/issues/10 fixes https://github.com/folke/todo-comments.nvim/issues/179
@folke , hi!
I just want to know, this PR can be merged?
Hi @folke,
I know you're quite busy man, but could you take time to review this PR? It would be nice to have this merged.
Thanks in advance!