According to https://golang.org/ref/spec#Floating-point_literals the `+` or `-` bit after the `E` is optional. Should the line below just be changed to say something like `[\+\-]?` https://github.com/atom/language-go/blob/f7c6ca60bfd9d11252560b21e9378e5f82438ce3/grammars/go.cson#L128
According to https://golang.org/ref/spec#Floating-point_literals the
+or-bit after theEis optional. Should the line below just be changed to say something like[\+\-]?language-go/grammars/go.cson
Line 128 in f7c6ca6