Type Aliases ============ This module defines the type aliases used throughout CodeVideoRenderer for type checking and autocompletion. Quick reference --------------- * :data:`~.PygmentsLanguage` — Valid language identifiers for syntax highlighting (e.g. ``'python'``, ``'javascript'``). * :data:`~.PygmentsFormatterStyle` — Valid Pygments style names (e.g. ``'material'``, ``'github-dark'``, ``'monokai'``). * :data:`~.StrPath` — A ``str`` or ``os.PathLike`` representing a file system path. .. tip:: The lists above are not exhaustive. If you want to see every supported language or style, run the sample code shown in the docstrings below. .. automodule:: CodeVideoRenderer.typing :members: :undoc-members: