Keywords

laika.parse.code.common.Keywords$
object Keywords

Base parsers for keywords in code blocks.

Attributes

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

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