search_term should return text again

This commit is contained in:
Joshua Peek
2011-05-24 13:48:04 -05:00
parent d4b89b4331
commit f1beb73216
2 changed files with 2 additions and 6 deletions

View File

@@ -79,11 +79,7 @@ module Linguist
end
def search_term
if name == 'Text'
nil
else
lexer_name
end
lexer_name
end
def popular?