Skip to main content
Kazari

Highlighter

The tokenizer boundary and the highlighter adapters behind it

8 posts

Theme Gallery

Visual reference of all 65 bundled syntax highlighting themes.

Custom Highlighters

Implement Kazari's Highlighter interface to use any syntax highlighting engine, or call Engine.Tokenize for raw token access.

Nuri Adapter

Connect Kazari to Nuri for TextMate grammar-based syntax highlighting.

Chroma Adapter

Connect Kazari to Chroma for Go-native syntax highlighting.

Syntax Highlighting

Language-aware code coloring powered by a pluggable highlighter.

Diff Highlighting

Unified diff with full syntax highlighting in the original language.

ANSI Rendering

Render terminal output with ANSI escape sequences as colored, styled code blocks.

Render Pipeline

The complete call path from Render/RenderWithMeta through meta parsing, config cascade, preprocessing, language routing, tokenization, and HTML output.