vito / language-racket

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

define-syntax-rule is not highlighted #6

Open alexchandel opened 8 years ago

alexchandel commented 8 years ago

(define-syntax ) is highlighted, but (define-syntax-rule ) is not. This is an error.

alexchandel commented 8 years ago

Also missing: syntax-case, define-for-syntax, provide, #%module-begin, #%datum, #%app, and pretty much everything else.