Eugleo / magic-racket

The best coding experience for Racket in VS Code
https://marketplace.visualstudio.com/items?itemName=evzen-wybitul.magic-racket
GNU General Public License v3.0
202 stars 28 forks source link

Highlighting Parameters Correctly #70

Open JosephDenman opened 2 years ago

JosephDenman commented 2 years ago

Environment

Error message

I just have a highlighting problem. For a given function (define (f x) x), the parameter in the function signature is blue, while the parameter in the body is white. The same goes for global variables. Is this the expected highlighting?