vim-markdown icon indicating copy to clipboard operation
vim-markdown copied to clipboard

Add Highlighting for TODO in comments

Open sbdchd opened this issue 9 years ago • 2 comments

In syntax highlighting for some other filetypes and languages, there is specific highlighting for TODOs in comments. I think that would be nice for markdown as well.

Such that TODO: in the following would stand out more in vim.

<!--TODO: add some stuff-->

sbdchd avatar Jan 18 '16 18:01 sbdchd

Supporting FIXME: could be useful too!

joel-porquet avatar Dec 10 '18 14:12 joel-porquet

So that's an HTML comment, wouldn't this make more sense in the HTML highlighting?

tpope avatar Dec 19 '18 17:12 tpope