From e10558e4445478e2384f7189b7ec7763630d7db3 Mon Sep 17 00:00:00 2001 From: Arfon Smith Date: Mon, 16 Feb 2015 11:14:40 -0800 Subject: [PATCH] Fall back to classifier --- lib/linguist/heuristics.rb | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib/linguist/heuristics.rb b/lib/linguist/heuristics.rb index 0986e2f0..c26632c3 100644 --- a/lib/linguist/heuristics.rb +++ b/lib/linguist/heuristics.rb @@ -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