vscode-ocaml-platform
vscode-ocaml-platform copied to clipboard
Comment syntax highlighting leaks if mistmatched brackets are present
The following code leaks syntax highlighting (in VSCode), but only for ** not for * comments:
(*** comment with silly bracket [(] *)
let foo = 5
Something similar happens with string literals....

@Kakadu: That is slightly different since it involves tracking the quoted string identifier (x).
Please make a new issue.
Does this issue still exist in the latest version?
Yes for 1.13.3.