vscode-reasonml icon indicating copy to clipboard operation
vscode-reasonml copied to clipboard

Js.t type breaks highlighting in OCaml syntax

Open tcoopman opened this issue 6 years ago • 0 comments

type foo = < bar : string > Js.t breaks highlighting on the next lines in the ocaml highlighting. It looks like the type doesn't get closed correctly, because if I add an external after it, it corrects itself after the external.

tcoopman avatar Feb 11 '18 10:02 tcoopman