View Source API Reference Makeup v1.1.1

Modules

Syntax highlighting library for code, inspired by Pygments.

Turns a list of tokens into HTML fragments.

A lexer turns raw source code into a list of tokens.

Common components useful in many lexers.

Utilities to highlight groups of tokens on mouseover.

Often you'll want to run the token list through a postprocessing stage before running the formatter.

A registry that allows users to dynamically register new makeup lexers.

The style struct.

This module contains all styles, and facilities to map style names (binaries or atoms) to styles.