vscode-reasonml icon indicating copy to clipboard operation
vscode-reasonml copied to clipboard

Broken syntax highlighting for ppx extensions in ReasonML

Open Lupus opened this issue 6 years ago • 1 comments

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?

Lupus avatar Apr 03 '19 14:04 Lupus

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.

Lupus avatar May 15 '19 07:05 Lupus