flosse / sloc

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

Interpolated strings on CoffeeScript are counted as comments #55

Closed garciapuig closed 8 years ago

garciapuig commented 8 years ago

String definitions with interpolated variables i.e. "Something #{variable} good" are treated as comment lines.

flosse commented 8 years ago

THX for reporting!