Fall back to classifier

This commit is contained in:
Arfon Smith
2015-02-16 11:14:40 -08:00
parent eaa03e15ed
commit e10558e444

View File

@@ -157,9 +157,6 @@ module Linguist
Language["AGS Script"]
elsif /^-----BEGIN/.match(data)
Language["Public Key"]
else
# Plain text can also be AsciiDoc.
Language["AsciiDoc"]
end
end