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
Syntax: Don't highlight the LHS of type decl as types
I would expect 'ocamlTypeConstr' to apply only to type constructors
within type expressions, not to the identifier after 'type' in:
type foo = 'a bar list
This makes the LHS of types, exceptions and constraints be matched as
'ocamlTypedef', which is not highlighted by default.
Variance and type variables on the LHS remain highlighted as before.
0 commit comments