flosse / sloc

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

.vue file support #88

Open hustcer opened 7 years ago

hustcer commented 7 years ago

Hi, Thanks for the great work, please add .vue file support for Vue.

flosse commented 7 years ago

feel free to create a PR ;-)

tomByrer commented 7 years ago

Tricky since a .vue file contains HTML|JSX, CSS|SCSS|LESS|PostCSS, & JS|TS|CS. What would be the best approach @flosse? Split up the file, parse the pieces, then concoct?

hawkeye64 commented 5 years ago

Look for anything between the Githubissues.

  • Githubissues is a development platform for aggregating issues.