vito / language-racket

Racket and Scribble language support for Atom
9 stars 5 forks source link

Broken highlighting for define #8

Open alexchandel opened 8 years ago

alexchandel commented 8 years ago

This package incorrectly highlights the entire body of a lambda-form define as red:

(define test
    (λ (x) x))