mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-10-29 17:50:22 +00:00
Add colorize_without_wrapper
This commit is contained in:
@@ -137,5 +137,10 @@ module Linguist
|
||||
return if !text? || large?
|
||||
lexer.colorize(data)
|
||||
end
|
||||
|
||||
def colorize_without_wrapper
|
||||
return if !text? || large?
|
||||
lexer.colorize_without_wrapper(data)
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user