Heuristics on for .cl

This commit is contained in:
Arfon Smith
2014-09-12 16:32:21 -05:00
parent 64e4830aad
commit 98977c87db

View File

@@ -19,6 +19,9 @@ module Linguist
if languages.all? { |l| ["ECL", "Prolog"].include?(l) }
result = disambiguate_ecl(data, languages)
end
if languages.all? { |l| ["Common Lisp", "OpenCL"].include?(l) }
result = disambiguate_cl(data, languages)
end
return result
end
end