ulyssa / modalkit

A Rust library for building modal editing applications
Apache License 2.0
49 stars 5 forks source link

Support paragraph and sentence movements #34

Open ulyssa opened 1 year ago

ulyssa commented 1 year ago

There are types for paragraphs and sentences (MoveType::ParagraphBegin, MoveType::SentenceBegin, RangeType::Paragraph, and RangeType::Sentence), but they aren't currently handled in EditRope.