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

Highlighting Issue with Escape Character #\

Open mfteuscher opened this issue 2 years ago • 0 comments

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.

mfteuscher avatar Sep 15 '22 15:09 mfteuscher