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
199 stars 29 forks source link

Highlighting Issue with Escape Character #\ #80

Closed mfteuscher closed 2 months ago

mfteuscher commented 1 year ago

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.

xiaoyu2006 commented 2 months ago

Any updates 👀 ?

jryans commented 2 months ago

Presumably if there were updates, they would appear here. I would encourage those facing this to attempt a contribution to fix it.