alstr / todo-to-issue-action

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

Update syntax.json to include ReScript files (*.res) #159

Closed JasoonS closed 4 months ago

JasoonS commented 1 year ago

https://rescript-lang.org/docs/manual/latest/overview#comments - comments are the same as in javascript and typescript for ReScript

JasoonS commented 1 year ago

I've tested this on a rescript project with uses: "JasoonS/todo-to-issue-action@master". It is working correctly :+1:

alstr commented 1 year ago

Thanks for the contribution! Do you mind adding a couple of tests in line with the existing ones?

alstr commented 4 months ago

Closing as it's been a while now, but happy to revist this if you are able to add the tests.