vito / language-racket

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

lambda is not highlighted #7

Closed alexchandel closed 8 years ago

alexchandel commented 8 years ago

@vito The lambda character is not highlighted at all, unlike the word lambda. Compare in Atom:

(lambda (foo) (foo))
(λ (foo) (foo))
alexchandel commented 8 years ago

Also missing: match, values, compose, hash-map, hash-set, and pretty much everything else

alexchandel commented 8 years ago

Also void, foldl, and foldr