I need matching parenthesis highlight in Left, I'm going blind.
16 comments
@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. @neauoire it's interesting that you started implementing that after you worked a bit with LISP @alex27 I'm just not used to lisp without syntax highlight, some languages I can stomach, but this one is esp bad. @rezmason before colorizing them I was underlining them, but it didn't look as good |
@neauoire Lisp induced visual impairment.