# File lib/html/pipeline/syntax_highlight_filter.rb, line 8 def initialize(*args) super(*args) @formatter = Rouge::Formatters::HTML.new end