Type Alias modalkit::editing::buffer::HighlightInfo

source ·
pub type HighlightInfo = IntervalTree<usize, (Cursor, Cursor, TargetShape)>;
Expand description

An IntervalTree of selections, keyed on line offset.

Aliased Type§

struct HighlightInfo { /* private fields */ }