mirror of
https://github.com/KevinMidboe/linguist.git
synced 2026-01-01 23:16:16 +00:00
Add colorize_without_wrapper
This commit is contained in:
@@ -81,6 +81,10 @@ module Linguist
|
||||
lexer.colorize(text)
|
||||
end
|
||||
|
||||
def colorize_without_wrapper(text)
|
||||
lexer.colorize_without_wrapper(text)
|
||||
end
|
||||
|
||||
def ==(other)
|
||||
eql?(other)
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user