vscode-reasonml
vscode-reasonml copied to clipboard
Broken syntax highlighting for ppx extensions in ReasonML
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?
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.