carymrobbins / intellij-haskforce

Haskell plugin for IntelliJ IDEA
http://carymrobbins.github.io/intellij-haskforce/
Apache License 2.0
486 stars 39 forks source link

Not working with rainbow brackets plugin #413

Closed dima74 closed 4 years ago

dima74 commented 4 years ago

All brackets have yellow color, when using rainbow brackets plugin:

image

It is likely because expressions have flat structure, thus preventing rainbow brackets plugin from finding matched brackets. Screenshot with PSIViewer plugin:

image

izhangzhihao commented 4 years ago

Related to https://github.com/izhangzhihao/intellij-rainbow-brackets/issues/374

izhangzhihao commented 4 years ago

@dima74 maybe you should report this issue to https://github.com/rikvdkleij/intellij-haskell

carymrobbins commented 4 years ago

@izhangzhihao Nice catch. I'll go ahead and close this for now unless someone has an issue with this in HaskForce.

dima74 commented 4 years ago

I am really sorry for providing incorrect information. Now reported this issue to IntelliJ-Haskell.