Module highlighting

Source
Expand description

UI-agnostic syntax highlighting for mathematical expressions

Structs§

HighlightedSpan
A highlighted text span with semantic type information

Enums§

HighlightType
Types of syntax highlighting

Functions§

highlight_expression
Parse text and return highlighted spans for syntax highlighting
highlight_expression_with_cursor
Convenience function to highlight a single line with cursor position Returns the spans and the character index where the cursor should be highlighted