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
{{ message }}
This repository has been archived by the owner on Mar 21, 2024. It is now read-only.
It seems that let%lwt () = or switch%lwt (...) { break syntax highlighting and hover tooltips in ReasonML. Are ppx extension points supposed to work in ReasonML code?
The text was updated successfully, but these errors were encountered:
Lupus
changed the title
Support for ppx extensions in ReasonML
Broken syntax highlighting for ppx extensions in ReasonML
May 15, 2019
It seems that semantic parsing was broken due to my .merlin file issue related to lack of ppx information. After I fixed this I have hover tooltips even inside ill-highlighted code, so the only issue seems to be with highlighting.
# for freeto subscribe to this conversation on GitHub.
Already have an account?
#.
It seems that
let%lwt () =
orswitch%lwt (...) {
break syntax highlighting and hover tooltips in ReasonML. Are ppx extension points supposed to work in ReasonML code?The text was updated successfully, but these errors were encountered: