preservim / vim-markdown

Markdown Vim Mode
4.69k stars 524 forks source link

Todo highlighting in html comments #642

Open lggruspe opened 1 year ago

lggruspe commented 1 year ago

Fixes #369

Highlights TODO, FIXME, XXX and TBD inside html comments.

lggruspe commented 1 year ago

I made the tests pass, but there are still some issues with this PR. Currently, it can't detect TODO comments without a preceding space. For example,

<!--TODO this doesn't get highlighted -->
<!-- TODO but this one does -->