intellij-haskell icon indicating copy to clipboard operation
intellij-haskell copied to clipboard

The "equals" sign is rendered in italic

Open develop7 opened this issue 3 years ago • 0 comments

Repro:

data Foo = Foo Int

Expected: the = is rendered in regular typeface

Instead: it's rendered in italic

image

develop7 avatar Dec 13 '21 11:12 develop7