ulyssa / modalkit

A Rust library for building modal editing applications
Apache License 2.0
57 stars 8 forks source link

Add RangeType::Whitespace #37

Closed ulyssa closed 2 years ago

ulyssa commented 2 years ago

In order to implement M-x SPC and M-\ for #33, there will need to be a way to target adjacent whitespace around the cursor. I'm going to add a RangeType::Whitespace to make this possible.

ulyssa commented 2 years ago

I renamed RangeType::Whitespace to WordStyle::Whitespace in #45 .