vim-markdown
vim-markdown copied to clipboard
Add Highlighting for TODO in 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-->
Supporting FIXME:
could be useful too!
So that's an HTML comment, wouldn't this make more sense in the HTML highlighting?