JavaScriptSyntax

laika.parse.code.languages.JavaScriptSyntax

Attributes

Source
JavaScriptSyntax.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

object JSX extends SyntaxHighlighter

Attributes

Source
JavaScriptSyntax.scala
Supertypes
class Object
trait Matchable
class Any
Self type
JSX.type

Value members

Concrete fields

val 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

Source
JavaScriptSyntax.scala

The parsers for individual code spans written in this language

The parsers for individual code spans written in this language

Attributes

Source
JavaScriptSyntax.scala

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
Source
SyntaxHighlighter.scala