ianlewis / todos

Parse TODO and FIXME comments from code
Apache License 2.0
26 stars 2 forks source link

[feature] Support .erb templates. #1542

Closed ianlewis closed 1 month ago

ianlewis commented 1 month ago

This is HTML+ERB in the linguist languages.yml file. These are popular in Ruby on Rails projects.

Both HTML comments <!-- --> and erb comments <%# %> should be supported.

https://github.com/github-linguist/linguist/blob/d190ad88af555bb2ee213aa64205f2b9a97a077d/lib/linguist/languages.yml#L2793-L2809