rikvdkleij / intellij-haskell

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

The "equals" sign is rendered in italic #676

Open develop7 opened 2 years ago

develop7 commented 2 years ago

Repro:

data Foo = Foo Int

Expected: the = is rendered in regular typeface

Instead: it's rendered in italic

image