purescript-contrib / purescript-vim

Syntax highlighting and indentation for PureScript
BSD 2-Clause "Simplified" License
154 stars 35 forks source link

Numbers expressed in scientific notation are not highlighted properly #86

Open triallax opened 2 years ago

triallax commented 2 years ago

For example, see this screenshot:

Screenshot of PureScript code that uses scientific notation

Contrast with e.g. Dart:

Screenshot of Dart code that uses scientific notation