'text' should be the default lexer

This commit is contained in:
Joshua Peek
2011-05-11 14:34:39 -05:00
parent 9915d57045
commit 3ee7657bae
2 changed files with 2 additions and 2 deletions

View File

@@ -28,7 +28,7 @@ module Linguist
if language
language.lexer
else
'plain'
'text'
end
end