magic-racket
magic-racket copied to clipboard
Highlighting Parameters Correctly
Environment
- OS: MacOS
- OS Version: Monterey
- VS Code Version: 1.56.2
- Racket version: 8.3
- Racket Langserver checksum: a1141f0871a55c036949d0bb0179fddbf86a97cd
- Magic Racket version: 0.5.7
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?