Separate lexer and lexer_name

This commit is contained in:
Joshua Peek
2011-05-19 23:45:34 -05:00
parent 7b45e5c9f5
commit 0f0f6d282b
7 changed files with 68 additions and 30 deletions

View File

@@ -81,6 +81,10 @@ module Linguist
end
end
def lexer_name
language.lexer_name
end
def lexer
language.lexer
end