DottySyntax

class Object
trait Matchable
class Any

Value members

Concrete fields

val language: NonEmptyList[String]

Soft keywords would require too much context to be fully accurate. For example, we do not even attempt to detect inline matches. It should be sufficient to be right for the most basic cases.

Soft keywords would require too much context to be fully accurate. For example, we do not even attempt to detect inline matches. It should be sufficient to be right for the most basic cases.

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