dyoo / WeScheme

29 stars 16 forks source link

indentation in bespin mode not quite right #4

Closed dyoo closed 14 years ago

dyoo commented 14 years ago

If the buffer contains the content:


(define (factorial x) (cond

"foobar"

then tabbing over the line underneath the cond does not do the proper indentation. Neither does trying to tab "foobar" into place.

dyoo commented 14 years ago

(define (factorial x)
  (cond

"foobar"