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
204 stars 27 forks source link

Escape chars aren't supported in regexp byte strings #59

Closed shocoman closed 2 years ago

shocoman commented 2 years ago

Here is example image

Eugleo commented 2 years ago

Hey, should be fixed in the last release (v0.6.0). Let me know

shocoman commented 2 years ago

Well, regular regexps are fixed, indeed. But not the byte regexps. At least as I see it image

Eugleo commented 2 years ago

Ah, you're right, sorry, I missed that in your original screenshot.

Eugleo commented 2 years ago

@shocoman pushed v0.6.1 to fix this issue. Thanks for reporting!