digitallyinduced/vscode-hsx

Syntax highlighting stops working properly on addition of Inline Haskell

Closed this issue · 0 comments

Description: Syntax highlighting stops working properly when we introduce inline haskell with { }.
Steps to replicate: Insert inline haskell { } inside your hsx.
This occurs in only in v0.3.0 and v0.3.1, not before that.

image

As you can see in the screenshot above, syntax highlighting works fine till Line 3. However, from Line 4, everything after inline haskell stops getting highlighted properly.