Keywords

laika.parse.code.common.Keywords
object Keywords

Base parsers for keywords in code blocks.

Attributes

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

Members list

Value members

Concrete methods

def apply(keyword: String, keywords: String*): CodeSpanParser

Parses the specified list of keywords.

Parses the specified list of keywords.

Attributes

Source
Keywords.scala
def apply(category: CodeCategory)(keyword: String, keywords: String*): CodeSpanParser

Parses the specified list of keywords, but associates it with the specified code category and not with the Keyword category.

Parses the specified list of keywords, but associates it with the specified code category and not with the Keyword category.

Attributes

Source
Keywords.scala