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

Add support for the R language #322

Closed TPreece101 closed 1 year ago

TPreece101 commented 1 year ago

I'm thinking of making a PR to add support for .R files. They syntax in R for comments is just # <comment> and no multiline comment support so I'm thinking that coffeeParser will work well.

From looking at the library it seems like I need to do the following:

It would be great if you could let me know if I'm missing anything else that would need to be done. Are there any contribution guidelines anywhere? I had a look but I couldn't see anything, but I could be missing something 😅

TPreece101 commented 1 year ago

Here is my PR: https://github.com/pgilad/leasot/pull/323

Let me know if I've missed anything 😁

pgilad commented 1 year ago

Looks good thanks!