flosse / sloc

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

Add .vue file support #104

Closed fnlctrl closed 5 years ago

flosse commented 6 years ago

@fnlctrl I don't think that'll work: You have to define how to handle .vue files too.

fnlctrl commented 6 years ago

Added comment handling. I'm not sure how sloc counts js/css comments inside .html though, which should be the same case for .vue....