Gruntfuggly / todo-tree

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

Compatibility for Rust & other Languages Please ? #665

Closed SirTwsted closed 1 year ago

SirTwsted commented 2 years ago

Compatibility for Rust & other Languages Please ?

thanks.

Elias-Graf commented 1 year ago

What exactly is incompatible about it? It really should not matter what language you are using. It uses patterns to detect the to-do comments. In fact, I've been successfully using it in combination with rust.

Are you trying to get it to work for block comments? Because that not really intended: #255. Either modify the regex according to the issue, or just use line comments.

Gruntfuggly commented 1 year ago

Closing due to lack of updates.