Skip to content
This repository has been archived by the owner on Mar 21, 2024. It is now read-only.

Incorrect highlighting when using type constraints #272

Open
pascutto opened this issue Mar 28, 2019 · 0 comments
Open

Incorrect highlighting when using type constraints #272

pascutto opened this issue Mar 28, 2019 · 0 comments

Comments

@pascutto
Copy link

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 :
wrong_highlighting

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants
@pascutto and others