cgag / loc

Count lines of code quickly.
MIT License
2.29k stars 126 forks source link

GLSL recognition error #120

Open nyovaya opened 4 years ago

nyovaya commented 4 years ago

Seems like loc only recognized .frag and .vert, etc. as GLSL, but not .fs, .vs, etc. I think it should accept both and check the file for the language(as it could be mistaken as F#).