# File lib/html/pipeline/syntax_highlight_filter.rb, line 39
      def lexer_for(lang)
        Rouge::Lexer.find(lang)
      end