AlanQuatermain / go-tmbundle

A TextMate bundle for the Go programming language.
http://alanquatermain.net/
Other
127 stars 40 forks source link

Support most of the new number literal proposal #67

Open erikdubbelboer opened 5 years ago

erikdubbelboer commented 5 years ago

See: https://golang.org/doc/go1.13#language

https://regexr.com/4kq8m vs https://regexr.com/4kq92

I have never worked with TextMate before and I don't see any tests so I only tested my new regexp using the regexr.com above!

This doesn't support the new mantissa of a floating-point number in hexadecimal notation as that would make the regexp a lot bigger.