KaptainMicila / ZScript-VSCode

GZDoom's ZScript language support for VSCode
MIT License
19 stars 7 forks source link

Single quotes are not handled correctly #18

Closed KaptainMicila closed 1 month ago

KaptainMicila commented 2 months ago

Single quotes are being handled like their double counterpart: like strings. But this shouldn't be happening as double quotes can contain escaping sequences and singles can't.

KaptainMicila commented 1 month ago

Should be fixed now! GH-21 Please, comment if there are any issues!