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

Have razor style comments count in the todo tree parse #628

Closed scott-parkhill closed 1 year ago

scott-parkhill commented 2 years ago

Razor files use comments in @* *@, but currently @* TODO Change the onclick function to support new functionality *@ doesn't work.

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.

scott-parkhill commented 1 year ago

Thank you =D

Gruntfuggly commented 1 year ago

Post if you have trouble getting it working - should be fairly easy though - probably just adding @* to the first section of the regex.