github-linguist/linguist

improve Prolog vs. IDL detection (.pro files)

Open

#5,053 建立於 2020年10月17日

在 GitHub 查看
 (3 留言) (1 反應) (0 負責人)Ruby (5,166 fork)batch import
Good First IssueMisidentified Language

倉庫指標

Star
 (13,466 star)
PR 合併指標
 (平均合併 102天 5小時) (30 天內合併 19 個 PR)

描述

Apparently some .pro files are detected as Prolog, while others are given the IDL label. The latter is related with the IDL/GDL/PV-WAVE language family.

In the GDL project, all .pro files are IDL source code, while they fall in both categories according to github:

Would be great to improve consistency (i.e., so that all are detected as IDL).

Likely relevant helper info: https://github.com/blackducksoftware/ohcount/blob/master/src/parsers/idl_pvwave.rl

HTH, Sylwester (originaly reported by @EdwardEisenhauer)

貢獻者指南