pgilad / leasot

Parse and output TODOs and FIXMEs from comments in your files
https://pgilad.github.io/leasot
MIT License
804 stars 60 forks source link

Enable the Lua parser to extract TODOs from inline comments #336

Closed phildremi closed 5 months ago

phildremi commented 1 year ago

The regex pattern previously only matched comments that would take up an entire line.

pgilad commented 5 months ago

Thanks for the contribution 🏆