Repo doesn't shows any language #5411
-
|
Hey. Why there is not language analytic? https://github.com/FabianWassermann/phpAutoCompletion |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
|
Because all of the files in your repo are either considered prose (the markdown files) or data (the json and dot files) and thus not counted and your one "code" file has an extension If you want that file to count towards your language you'll either need to change the extension, or implement a language override. |
Beta Was this translation helpful? Give feedback.
-
|
I also deleted all the files and re-uploaded, but the repository does not recognize any language. https://github.com/BOSOEK/MS_Pytorch |
Beta Was this translation helpful? Give feedback.
Because all of the files in your repo are either considered prose (the markdown files) or data (the json and dot files) and thus not counted and your one "code" file has an extension
.code-snippetsthat Linguist doesn't know about.If you want that file to count towards your language you'll either need to change the extension, or implement a language override.