Asciidoctor::SyntaxHighlighter
A pluggable adapter for integrating a syntax (aka code) highlighter into AsciiDoc processing.
There are two types of syntax highlighter adapters:
- Server-side: performs syntax highlighting during the convert phase (highlight? returns true)
- Client-side: assumes syntax highlighting is performed on the client (docinfo? returns true)
Ported from Ruby Asciidoctor lib/asciidoctor/syntax_highlighter.rb