|
|
|
|
|
by flohofwoe
1593 days ago
|
|
Yes, github's language detection is definitely messed up, especially in the C language family. A while ago, a C or C++ source file would be detected as Objective-C if you had a variable called "id" (I think that's been fixed though). |
|
A .gitattributes file must be present with something like,
More info here, https://github.com/github/linguist/blob/master/docs/override...