Gruntfuggly / todo-tree

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

Feature: support for "Better Comments" Syntax #632

Closed BananaAcid closed 1 year ago

BananaAcid commented 2 years ago

It would be great to have the syntax of aaron-bond.better-comments supported in the file overview -- and not to overwrite the keyword styling if, for example //FIXME abc is used.

image

Gruntfuggly commented 1 year ago

You'll need to update the regex to make it work. Please see the Wiki (https://github.com/Gruntfuggly/todo-tree/wiki/Configuration-Examples) for some examples.