alstr / todo-to-issue-action

Action that converts TODO comments to GitHub issues on push.
MIT License
603 stars 115 forks source link

Can we support cuda files (.cu) #166

Closed Gigatron closed 2 months ago

Gigatron commented 11 months ago

Got this mesage when running against my repo

Could not check cuda/msm/msm.cu for TODOs as this language is not yet supported by default.

Thanks!

alstr commented 11 months ago

I can't see any reason why not, if you're happy to submit a PR it should just be a case of editing syntax.json to add the appropriate comment syntax for that language, and adding a couple of tests in the style of the existing. :smile: