Open sbdchd opened 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:
<!--TODO: add some stuff-->
Supporting FIXME: could be useful too!
FIXME:
So that's an HTML comment, wouldn't this make more sense in the HTML highlighting?
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.