github-linguist Questions
2
Solved
Are there any concrete examples, in order to detect wrong languages in GitHub via Linguist attributes?
Source: https://github.com/github/linguist
linguist-documentation
linguist-language
lingu...
Competence asked 17/11, 2016 at 15:48
1
Solved
This is my repo structure:
These are the language stats as detected by GitHub, even though this is a full stack app written primarily in Javascript:
This is because it is reading the budget direc...
Lacuna asked 26/7, 2023 at 20:8
3
I am currently creating a lot of small experimental game projects in Lua that include a framework written in C, which dominates the code percentages and declares my project as being in C when it is...
Gardenia asked 29/4, 2015 at 0:34
14
I know this isn't a huge deal, but I like my GitHub to be linguistically diversified. I wrote a project in Swift and when I commit it says it's in Objective-C.
I think it might be because the Parse...
Ivaivah asked 11/1, 2016 at 3:26
2
Solved
I've noticed that Github picked JavaScript as the language for my Django app:
Is it possible to change it to Python? Or do I need to make a new repository?
Solved:
As @Geno Chen said, to cha...
Fizgig asked 1/3, 2019 at 14:2
4
Solved
On Github, some projects are tagged as being of one language or another. How do I add one of these tags. (Objective C, PHP etc.)
Hesitate asked 22/7, 2010 at 1:31
1
I wrote a program in Python and used Bootstrap for its frontend.
When I upload the directory on GitHub it shows that the project is 90% JavaScript and only 7.5% Python. I understand that this is h...
Hake asked 18/4, 2018 at 11:42
1
Solved
There is a page on GitHub Help describing how to use syntax-highlighted code blocks. On that page there are instructions describing how to match languages to their keywords for this purpose:
We us...
Balbriggan asked 4/8, 2017 at 22:17
3
Solved
GitHub uses something known as the "GitHub Flavored Markdown" for messages, issues and comments. My questions are:
Does GitHub also use this syntax for their Wiki?
From what I understand one can ...
Extramundane asked 19/7, 2012 at 19:40
5
Solved
I was recently working on a github project in both JavaScript and C++, and noticed that github tagged the project as C++. If you have to pick a single language, this is probably the correct designa...
Luxury asked 15/3, 2011 at 21:55
3
Solved
I'm writing a small DSL, and I'm curious if it's possible to somehow show it in a language bar above the repository source where all languages are listed by percentage of using or GitHub administra...
Shiva asked 29/7, 2016 at 21:53
2
Solved
Git shows the percentage of what languages make up a repository. However, for one of my projects I want to use my own custom language. I know I can create a .gitattributes file and place *.py lingu...
Cesium asked 17/6, 2016 at 19:7
2
Solved
I'm new to Git and I'm trying to push my local branch to the remote directory on Github. My project is on Matlab, so the files have .m extension. They naturally don't show any objective-c language ...
Alathia asked 25/11, 2012 at 21:30
2
i have been made a repository in GitHub with as Xcode project with Objective-C language.
Beside .gitignore file in root of my project made .gitattributes file and set this code in it:
* linguist-...
Bustamante asked 18/6, 2017 at 8:37
1
© 2022 - 2024 — McMap. All rights reserved.