Git hub has detected my repo to contain mostly TeX Language which is incorrect, it is mostly written in Python with the exception of a couple of .spec files.
GitHub Language calculation:
I understand that I have to use a .gitattributes file in order to set the attributes, so far I have managed to get rid of the other languages but can't seem to get rid of the TeX one.
I couldn't find any answers that specifically resolve TeX but I came across this article (Override GitHub Linguist with gitattributes files) that says to use this line in the .gitattributes file:
tex/* linguist-vendored
So far this is what's in my file but of course, it's not working, Does anyone have any ideas or have come across this?
*.css linguist-detectable=false
*.java linguist-detectable=false
*.python linguist-detectable=true
*.js linguist-detectable=false
*.html linguist-detectable=false
*.xml linguist-detectable=false
tex/* linguist-vendored