Just realized that docs can have legacy text too, so why stop at Python?
Support other comment prefixes (not the YORE
word but the actual characters to denote comments).
<!-- ... -->
/* ... */
# ...
){# ... #}
// ...
Looks like we can go with (comment_prefix
, comment_suffix
) tuples in a file extension mapping 🤔
/
Since we wanted to support dependencies in #3, we would have to find a way to support other ecosystems 🤔 Maybe we could infer the ecosystem based on the extension of the file the comment was found in. For example, a comment found in a *.py
file will target the Python ecosystem.
Pay now to fund the work behind this issue.
Get updates on progress being made.
Maintainer is rewarded once the issue is completed.
You're funding impactful open source efforts
You want to contribute to this effort
You want to get funding like this too