mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-10-29 17:50:22 +00:00
Fall back to classifier
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user