vscode-reasonml
vscode-reasonml copied to clipboard
Incorrect highlighting when using type constraints
Hi there ! Here is some report about code breaking syntax highlighting in OCaml, while accepted by the compiler :
let cast t = (t :> [`Read | `Write] t)
let batch_noop t f =
f (cast t)
And here is the sample output :
