Values.TextWithHighlightsSourceProvides text and information about where to highlight the text.
type nonrec t = {text : String_.t option;The text to display to the user.
*)highlights : HighlightList.t option;The beginning and end of the text that should be highlighted.
*)}