It would be very useful if variable bindings in let forms and in lambda parameter lists were highlighted with a special color. For example, in
(define func (lambda (foo bar) (let ((baz (+ bar 1))) (- foo baz))))
foo, bar, and baz should all be highlighted.
Logged In: YES user_id=1114219
This feature would require some sort of syntax analysis of the source code. This would be a nice feature, though.
Partial/Experimental support in v1.2.15.
Log in to post a comment.
Logged In: YES
user_id=1114219
This feature would require some sort of syntax analysis of
the source code. This would be a nice feature, though.
Logged In: YES
user_id=1114219
Partial/Experimental support in v1.2.15.