PythonSyntax

class Object
trait Matchable
class Any

Value members

Concrete methods

def stringLiteral(embed: StringParser => StringParser)(prefix: String, prefixes: String*): CodeSpanParser

Concrete fields

val language: NonEmptyList[String]

Inherited 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

Inherited from:
SyntaxHighlighter