tpope / vim-markdown

Vim Markdown runtime files
1.23k stars 191 forks source link

Add Highlighting for TODO in comments #91

Open sbdchd opened 8 years ago

sbdchd commented 8 years ago

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-->
joel-porquet commented 5 years ago

Supporting FIXME: could be useful too!

tpope commented 5 years ago

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