rikvdkleij / intellij-haskell

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

Weird display with NumericUnderscores #406

Closed sir4ur0n closed 5 years ago

sir4ur0n commented 5 years ago

Display is weird for numbers with underscores:

{-# LANGUAGE NumericUnderscores #-}

foo = 10_000

image

rikvdkleij commented 5 years ago

Thanks for reporting! Will fix it.

rikvdkleij commented 5 years ago

Fixed in next beta.

rikvdkleij commented 5 years ago

Should be solved in beta46.

sir4ur0n commented 5 years ago

Thank you!