Im trying to do a literal double quote value in motoko but im getting compiler parsing errors like everything after a double quote is a string, even if escaped with \
Tried '\"', '"', '""' with no luck
Currently im doing a hack: Text.toIter("\"").next()!
Is there a way to do this? whats the escape sequence?
The syntax highlighting seems to be a problem with VS Code or the plugin specifically. This e.g. works fine in the playground.
As for the compiler error, can you show (a minimised version of) the source code of Texts.mo? The error mentions a token '/', which does not appear in your example.