mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-10-29 17:50:22 +00:00
Separate lexer and lexer_name
This commit is contained in:
@@ -81,6 +81,10 @@ module Linguist
|
||||
end
|
||||
end
|
||||
|
||||
def lexer_name
|
||||
language.lexer_name
|
||||
end
|
||||
|
||||
def lexer
|
||||
language.lexer
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user