blackducksoftware / ohcount

The Ohloh source code line counter
https://github.com/blackducksoftware/ohcount
GNU General Public License v2.0
257 stars 74 forks source link

Added recognition for more Python, Lua, and XHTML types. #63

Closed Feneric closed 5 years ago

Feneric commented 5 years ago

This is a fairly minor change. It adds filename extensions for Twisted Application Configuration files and Twisted Application Program files (both always Python), PICO-8 files (always Lua), and Zope Page Templates (a subset of XHTML). This will help prevent ohcount from completely missing some relevant files.

Feneric commented 5 years ago

My ability to fully test this has been limited by the fact that I can't get the current base version of ohcount to build. It's a pretty minor change though and just helps catch a few more filename extensions that are associated with known language types.