flosse / sloc

simple tool to count SLOC (source lines of code)
MIT License
943 stars 84 forks source link

fix for LaTeX regex #111

Closed gilbertohasnofb closed 5 years ago

gilbertohasnofb commented 5 years ago

fix for LaTeX regex: latex uses a single % for comments, not %%.

gilbertohasnofb commented 5 years ago

@flosse once this gets merged, would you consider creating a new release as to include all these new supported languages and fixes too? I see that the last release was nearly 2 years ago so a lot of the new features aren't available there. Thanks a lot!

flosse commented 5 years ago

thx!

flosse commented 5 years ago

@flosse once this gets merged, would you consider creating a new release as to include all these new supported languages and fixes too?

yes :)

Should #88 be done before?

gilbertohasnofb commented 5 years ago

Should #88 be done before?

It seems to me that https://github.com/flosse/sloc/pull/104 takes care of that issue, or is that PR missing something?

gilbertohasnofb commented 5 years ago

@flosse apologies for bumping this, but if that PR fixes #88 then would you consider merging it and making a new release?

flosse commented 5 years ago

@gilbertohasnofb v0.2.1 is published!

gilbertohasnofb commented 5 years ago

@flosse thank you so much!