YAMLSyntax

laika.parse.code.languages.YAMLSyntax$
object YAMLSyntax extends SyntaxHighlighter

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
YAMLSyntax.type

Members list

Value members

Concrete methods

override 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

Attributes

Definition Classes
override def spanParsers: Seq[CodeSpanParser]

The parsers for individual code spans written in this language

The parsers for individual code spans written in this language

Attributes

Definition Classes

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

Attributes

Inherited from:
SyntaxHighlighter