Provides standalone tokenization functionality that can parse code content using Ace's highlight rules without
requiring a full editor instance. This is useful for generating syntax-highlighted tokens for external rendering,
static code generation, or testing tokenization rules. The tokenizer processes text line by line and returns
structured token data with CSS class names compatible with Ace themes.
Simple tokenizer extension
Provides standalone tokenization functionality that can parse code content using Ace's highlight rules without requiring a full editor instance. This is useful for generating syntax-highlighted tokens for external rendering, static code generation, or testing tokenization rules. The tokenizer processes text line by line and returns structured token data with CSS class names compatible with Ace themes.
Usage: