SyntaxHighlighter

class Object
trait Matchable
class Any
object AlloySyntax.type
object CSSSyntax.type
object DartSyntax.type
object DhallSyntax.type
object DottySyntax.type
object EBNFSyntax.type
object HOCONSyntax.type
object HTMLSyntax.type
object HaskellSyntax.type
object JSONSyntax.type
object JSX.type
object JavaScriptSyntax.type
object JavaSyntax.type
object LaikaASTSyntax.type
object MarkdownSyntax.type
object PythonSyntax.type
object SQLSyntax.type
object ScalaSyntax.type
object TSX.type
object TypeScriptSyntax.type
object XMLSyntax.type
object YAMLSyntax.type

Value members

Abstract methods

def language: NonEmptyList[String]

The names of the language (and its optional aliases) as used in text markup

The names of the language (and its optional aliases) as used in text markup

The parsers for individual code spans written in this language

The parsers for individual code spans written in this language

Concrete fields

lazy val rootParser: Parser[Seq[CodeSpan]]

The resulting root parser composed of the individual span parsers to be used in the parser for the host markup language

The resulting root parser composed of the individual span parsers to be used in the parser for the host markup language