How to add yaml or yml to the top languages ? #1070
-
help me, please !! |
Beta Was this translation helpful? Give feedback.
Answered by
florianbussmann
May 20, 2021
Replies: 1 comment
-
This should already be the case. If you look at the linguist repo you will find that YAML is already detected: https://github.com/github/linguist/blob/19b3a9bd7d585be8d6459cfab0a51607b2aee68b/lib/linguist/languages.yml#L6585 However top languages are based on |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
rickstaa
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This should already be the case.
In another discussion about adding nim as language @anuraghazra referred to linguist #809 (comment)
If you look at the linguist repo you will find that YAML is already detected: https://github.com/github/linguist/blob/19b3a9bd7d585be8d6459cfab0a51607b2aee68b/lib/linguist/languages.yml#L6585
However top languages are based on
how much code in bytes
you have in that language and I would say that yaml files are usually very small compared to the rest of the codebase #450 (comment)