You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When -doc is written using triple quotes ("""), and it contains single quotes (") as well, the parser breaks, and many things that are located below such -doc block have broken syntax highlighting.
Describe the bug
When -doc is written using triple quotes ("""), and it contains single quotes (") as well, the parser breaks, and many things that are located below such -doc block have broken syntax highlighting.
To Reproduce
git clone git@github.com:erlang/otp.gitotpfolder in vscode with erlang_ls extension installedmnesia.erlfile located inlib/mnesia/srcmatch_object/3function on line 2036Expected behavior
Syntax coloring should not break when using single quotes (") inside triple quoted blocks (""").
Actual behavior
Syntax coloring breaks:
Context
erlang_lsversion (tag/sha): ed1daaa (the one in vscode extension version 0.0.46