MinecraftCommands / syntax-mcfunction

Syntax highlighting for mcfunction files.
MIT License
40 stars 3 forks source link

Bug: string tokens are split into individual characters #14

Closed shurik204 closed 3 months ago

shurik204 commented 4 months ago

What type of issues are you dealing with?

Alternate syntax related (likely "Won't Fix")

What happened?

https://github.com/MinecraftCommands/syntax-mcfunction/assets/43310372/9c5c7f0a-a3d6-4afe-a03b-ffcb30c24b9d

Extension version: 0.6.0

Which text editors are you seeing the problem on?

VSCode

Include a code snippet

say "Something" Something
RitikShah commented 3 months ago

actually, this should be fixed. looking into it Odd: it's a bug in vscode but not in misode's textmate-compare

RitikShah commented 3 months ago

fixed