The visual languages bar chart in the home page of this repository shows:
Clicking on the bar-chart and then on OpenEdge ABL sends the user to this page with
We couldn鈥檛 find any code matching ''
but displays what looks like a more correct list of languages as
Languages
The mismatch between the language bar and the search results looks like a caching issue (we've had a lot lately). It should update on the next push to the repository. If it does not, you can contact support so they trigger an update manually.
As for the 72.37% OpenEdge ABL, this happens because this file is detected as OpenEdge ABL. You can mark your data files as vendored using Linguist overrides to fix this.
I have similar behaviour in this repo. It treats TeX class files as OpenEdge ABL.
We probably need more samples for OpenEdge ABL. The ones we have now are pretty modest.
I have similar behaviour in this repo. It treats TeX class files as OpenEdge ABL.
@Ho-Holic Actually, the 47.08% TeX are due to this file.
But we are about wrong prediction of Open Edge ABL, aren't we?
This file is valid TeX class file, but it has OpenEdge ABL 43.2%
@Ho-Holic Oops, you're right. Sorry about that! Could you open a new issue?
We could probably add some heuristic rule to distinguish TeX from other languages with the .cls extension.
Done #3299
Most helpful comment
The mismatch between the language bar and the search results looks like a caching issue (we've had a lot lately). It should update on the next push to the repository. If it does not, you can contact support so they trigger an update manually.
As for the
72.37% OpenEdge ABL, this happens because this file is detected as OpenEdge ABL. You can mark your data files as vendored using Linguist overrides to fix this.