👎Deprecated since 0.9.0: autumnus has been renamed to lumis. Replace
autumnus with lumis in your Cargo.toml.Expand description
Modules§
- constants
- Syntax highlighting scope names and CSS class mappings.
- formatter
- Formatter implementations for generating syntax highlighted output.
- highlight
- Core highlighting API that abstracts away tree-sitter complexity.
- languages
- Language detection and Tree-sitter configuration.
- themes
- Theme system for syntax highlighting.
- vendor
Structs§
- Html
Inline Builder - Builder for
HtmlInline. - Html
Linked Builder - Builder for
HtmlLinked. - Html
Multi Themes Builder - Builder for
HtmlMultiThemes. - Terminal
Builder - Builder for
Terminal.
Functions§
- highlight
- Highlights source code and returns it as a string.
- write_
highlight - Write syntax highlighted output directly to a writer.