mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-10-29 17:50:22 +00:00
Include all common languages
This commit is contained in:
@@ -58,7 +58,7 @@ module Linguist
|
||||
|
||||
language = blob.language
|
||||
|
||||
if language.popular?
|
||||
if language.common?
|
||||
@languages[language.name] += 1
|
||||
@sizes[language.name] += blob.size
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user