A search match: a pattern occurrence at a specific buffer position.
Replaces the raw {line, col, length} tuple that previously crossed
module boundaries between Search, Renderer, ContentHelpers, and
Agent.UIState.
Summary
Functions
Creates a match from positional values.
Types
@type t() :: %Minga.Editing.Search.Match{ col: non_neg_integer(), length: non_neg_integer(), line: non_neg_integer() }
Functions
@spec new(non_neg_integer(), non_neg_integer(), non_neg_integer()) :: t()
Creates a match from positional values.