magic-racket
magic-racket copied to clipboard
Highlighting Issue with Escape Character #\
When I use the escape character #\ it generally works, but if I use the escape character with parenthesizes like this #\(
or #\)
it reads it as an actual open or close parentheses and says VS Code highlights some ending parentheses as red because it can't find the matching ones, even though it complies right.