Gruntfuggly / todo-tree

Use ripgrep to find TODO tags and display the results in a tree view
Other
1.43k stars 139 forks source link

Add support for colons in tags #770

Open Celeaxy opened 1 year ago

Celeaxy commented 1 year ago

We want to highlight **Note:** in VS Code and colons don't seem to work. Is there a good reason to not allow colons?

Gruntfuggly commented 1 year ago

Can you post what settings you have tried? You might need to modify the regex rather than adding tags with colons, but there is not reason that it shouldn't work.