Module tilde_range

Module tilde_range 

Source
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 specifier and returns an Option-wrapped tuple of (start_point: usize, end_point: usize). Requires a mutable reference to an EditorState.