@rz If you're interested, this is how I did it: https://git.sr.ht/~rabbits/left/commit/7db0ad7e2bcc1371c831f43ac556b9151adfd5a7
Scan from the open paren toward the cursor, and stop when it closes with a depth of zero.
Top-level
@rz If you're interested, this is how I did it: https://git.sr.ht/~rabbits/left/commit/7db0ad7e2bcc1371c831f43ac556b9151adfd5a7 Scan from the open paren toward the cursor, and stop when it closes with a depth of zero. 1 comment
|
@neauoire clean! i like that you thought of the scroll-x thing.