It looks like this currently gets recognized as two consecutive numbers `1.` and `.2`, each of which are individually fine. However, this should actually be highlighted as two integers `1` and `2` combined using a range (`..`) token.