HumanGamer / TODOHighlighter

Creative Commons Attribution 4.0 International
8 stars 8 forks source link

Support space before colon in comment #3

Closed danspam closed 4 months ago

danspam commented 3 years ago

A developer I work with prefers to create TODO comments with spaces like this, as he thinks it appears neater:

// TODO : Lorem Ipsum

TODOHighlighter was not identifying this because of the space between the keyword and the colon, so I added support for this.

ratkingsminion commented 3 years ago

Why does this extension need a colon at all though? I don't use them at all for my TODO comments ...