Module colorizer.parser.registry

Parser Registry Central registry for all color parsers.

Each parser registers a spec describing its config defaults, dispatch mechanism, and parse function.

Functions

_clear () Clear all registered specs (for testing).
all () Return all registered specs sorted by priority (ascending).
config_defaults () Return a table of { name = config_defaults } for all registered parsers.
get (name) Look up a parser spec by name.
register (spec) Register a parser spec.


Functions

_clear ()
Clear all registered specs (for testing).
all ()
Return all registered specs sorted by priority (ascending).
config_defaults ()
Return a table of { name = config_defaults } for all registered parsers.
get (name)
Look up a parser spec by name.
register (spec)
Register a parser spec.
generated by LDoc 1.5.0 Last updated 2026-03-07 17:46:06