Keywords

object Keywords

Base parsers for keywords in code blocks.

class Object
trait Matchable
class Any

Value members

Concrete methods

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

Parses the specified list of keywords.

Parses the specified list of keywords.

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.