1 2 3 4 5 6 7
class ExtendedPygmentsSyntaxHighlighter < (Asciidoctor::SyntaxHighlighter.for 'pygments') register_for 'pygments' def docinfo? location false end end