Closed jonatanklosko closed 2 years ago
Fixes an edge case where
fun do x -> x x 1 -> x end
would be interpreted as
(which manifests itself in the highlighting)
Fixes an edge case where
would be interpreted as
(which manifests itself in the highlighting)