CMake files not handled as expected
dmey opened this issue · 0 comments
dmey commented
Describe the bug
loc
ignores files with cmake
extension, furthermore CMakeLists.txt
files are reported as Plain Text
files instead of CMake files.
Expected behavior
loc
should report the number of lines for CMake files with extensioncmake
under the CMake categoryloc
should report the number of lines for CMake files with nameCMakeLists.txt
under the CMake category
Operating System Information
- Only tested on Windows 10
loc
version used
- trust-v0.4.1-x86_64-pc-windows-msvc.zip
Additional context
I have seen that there was a PR merged some time ago about this (#52) but not sure if it was tested.