rectangularSelection
Extension that enables rectangular (column-mode) selection when the user Alt-drags through the editor.
Port of rectangular-selection.ts from CodeMirror 6.
The actual gesture detection is wired up in the composable via handleRectangularDrag; this extension serves as the opt-in flag.