vito / language-racket

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

Match unicode lambda #10

Closed alexchandel closed 8 years ago

alexchandel commented 8 years ago

This changes the (lambda) regex to (lambda|λ), so that the λ character is also matched. This is appropriate, since importing lambda in racket also imports the λ alias. Fixes #7

vito commented 8 years ago

Thanks! Sorry for the delay; somehow unwatched my own repo.