Expand description
Defines Tilde Range Syntax parsing.
Tilde Range Syntax (TRS) is a unique expressive range definition system for specifying ranges of lines, unique to the sued text editor.
For detailed information on TRS, see parse_tilde_range.
Functionsยง
- parse_
tilde_ range - Parses Tilde Range Syntax from
specifierand returns an Option-wrapped tuple of(start_point: usize, end_point: usize). Requires a mutable reference to an EditorState.