simvx.core.ui.syntax_highlighter¶
Syntax highlighting tokenizer for Python source code.
Provides line-by-line tokenization with multi-line string state tracking, token caching, and incremental cache invalidation.
Module Contents¶
Classes¶
Mixin providing Python syntax tokenization and caching. |