module Asciidoctor::SyntaxHighlighter

def highlight?; end

Returns a [Boolean] indicating whether the highlight method should be used to handle the :specialchars substitution.

Public: Indicates whether highlighting is handled by this syntax highlighter or by the client.
def highlight?; end