ProbablyClem / cargo-todo

Cargo tool to display TODOs
26 stars 4 forks source link

Support more file extensions (JS, CSS, TOML) #5

Open austinjones opened 4 years ago

austinjones commented 4 years ago

This tool is so useful!

Support for scanning other file extensions JS, CSS, and Cargo.toml would be really nice! A dotfile in the project root that sets the extensions (and regexes) would be awesome.

ProbablyClem commented 4 years ago

there's already a config file that allows you to manages regexes, i'll add one for custom extensions file.

austinjones commented 4 years ago

Oh cool! I'll check it out.

ProbablyClem commented 10 months ago

Haven't had time to look it up, PR are welcome