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 28 forks source link

Fix character brackets behave like normal code #127

Closed xiaoyu2006 closed 4 months ago

xiaoyu2006 commented 4 months ago

Fixes #80.

Original code misunderstood schematic differences between "constant.character.racket" and "string.quoted.single.racket":

In this specific context #\char falls into the first category.

jryans commented 4 months ago

I'll aim to release a new version with this sometime this week hopefully.