magic-racket icon indicating copy to clipboard operation
magic-racket copied to clipboard

Highlighting Parameters Correctly

Open JosephDenman opened this issue 3 years ago • 0 comments

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?

JosephDenman avatar Jan 26 '22 21:01 JosephDenman