Asciidoctor::SyntaxHighlighter::CustomFactory
# File lib/asciidoctor/syntax_highlighter.rb, line 225 def for name @registry.fetch(name) { super } end