rikvdkleij / intellij-haskell

IntelliJ plugin for Haskell
https://rikvdkleij.github.io/intellij-haskell/
Apache License 2.0
1.31k stars 96 forks source link

Pragma highlighting is wrong #656

Open Microtribute opened 3 years ago

Microtribute commented 3 years ago

With the plugin, pragma highlighting is usually correct but I have seen some cases where the plugin incorrectly highlights pragmas incorrectly. I am using the latest version of IntelliJ IDEA with the latest plugin installed. The opening tag {-# is colored properly but the closing tag -#} is not. Please refer to the following screenshot. The screenshot was copied from JetBrains IDEA (left) and Visual Studio Code (right).

New Project

rikvdkleij commented 3 years ago

Thanks for reporting!