todo-comments.nvim icon indicating copy to clipboard operation
todo-comments.nvim copied to clipboard

The entire matched string is now highlighted, not just a keyword.

Open doongjohn opened this issue 2 years ago • 2 comments

this will allow highlighting TODO(author):

highlight = {
  pattern = [[(KEYWORDS)\s*(\([^\)]*\))?:]],
},

image

fixes https://github.com/folke/todo-comments.nvim/issues/10 fixes https://github.com/folke/todo-comments.nvim/issues/179

doongjohn avatar Feb 12 '23 09:02 doongjohn

@folke , hi!

I just want to know, this PR can be merged?

ynhhoJ avatar Aug 16 '23 07:08 ynhhoJ

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!

wvffle avatar Feb 18 '24 10:02 wvffle