module Asciidoctor::SyntaxHighlighter::Config

def register_for *names

Returns nothing.

Public: Statically register the current class in the registry for the specified names.
def register_for *names
  SyntaxHighlighter.register self, *names
end