How to add yaml or yml to the top languages ? #1070
-
help me, please !! |
Beta Was this translation helpful? Give feedback.
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.
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)