Open lggruspe opened 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 -->
Fixes #369
Highlights TODO, FIXME, XXX and TBD inside html comments.