Skip to content
Snippets Groups Projects
Commit 6107933b authored by http://jneen.net/'s avatar http://jneen.net/
Browse files

inline #rouge_formatter

parent e1824aa1
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -13,8 +13,8 @@ module Gitlab
highlight(file_name, blob.data, repository: repository).lines.map!(&:html_safe)
end
 
def initialize(blob_name, blob_content, repository: nil)
@formatter = rouge_formatter
def initialize(blob_name, blob_content)
@formatter = Rouge::Formatters::HTMLGitlab.new
@repository = repository
@lexer = custom_language || begin
Rouge::Lexer.guess(filename: blob_name, source: blob_content).new
Loading
Loading
@@ -45,9 +45,5 @@ module Gitlab
 
Rouge::Lexer.find_fancy(language_name)
end
def rouge_formatter(options = {})
Rouge::Formatters::HTMLGitlab.new
end
end
end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment