AlDanial / cloc

cloc counts blank lines, comment lines, and physical lines of source code in many programming languages.
GNU General Public License v2.0
19.39k stars 1.02k forks source link

GTK xml files .ui #857

Open keygenqt opened 3 hours ago

keygenqt commented 3 hours ago

Describe the bug Files with the *.ui extension for GTK are detected as Qt.

cloc; OS; OS version

To Reproduce Just execute the count command with the presence of GTK xml files .ui

Expected result Perhaps it is better to consider these as xml files.

Additional context You can check on the project https://github.com/keygenqt/aurora-toolbox, it contains such files https://github.com/keygenqt/aurora-toolbox/tree/main/data/ui

keygenqt commented 3 hours ago

image