Merge pull request #879 from zilverline/master

Legit.  Merging.

Thanks for the bugfix, @s0meone!
This commit is contained in:
Rick Bradley
2014-04-21 09:04:22 -07:00
2 changed files with 10 additions and 1 deletions

View File

@@ -485,7 +485,7 @@ module Linguist
#
# Returns html String
def colorize(text, options = {})
lexer.highlight(text, options = {})
lexer.highlight(text, options)
end
# Public: Return name as String representation