the name of the syntax highlighter
Optionalbackend: stringthe backend name
Optionalopts: {}options passed to the constructor
a highlighter instance, or null if not registered
Retrieves the syntax highlighter class or instance registered for the given name.
the name to look up
the registered class or instance, or null
Retrieves the syntax highlighter class or instance registered for the given name.
the name of the syntax highlighter to retrieve
the registered class or instance, or undefined
Associates a syntax highlighter class or instance with one or more names.
the class or instance to register
one or more names to associate
Clears all custom (user) registrations; built-in adapters are preserved.
Resolves a name to a syntax highlighter instance.