Closed mikesnoeren closed 2 years ago
Hey there. Making a PR to add a supported language is pretty straightforward:
syntax.json
in the style of the existing entries. Both the examples you gave above would probably come under one, a block comment with a start and end marker. Although if the the hyphens are required, that would make the second example different and complicate things.Thanks!
Unfortunately I did not have time to change any Python files, however, I was able to make a pull request with the other required changes: https://github.com/alstr/todo-to-issue-action/pull/107
All seems to work, thanks for the contribution!
As most of my projects make use of the twig templating engine it would be very nice to see support for comments in twig files.
Twig todo comments can look like this:
If someone can point me in the right direction I can try to make a PR for twig support myself.