We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The dot should be highlighted as part of the literal:
.1e12 .1e+34 .1e-56 .1e12f .1e+34f .1e-56f .1e12d .1e+34d .1e-56d // ^^^^^ constant.numeric.scala // ^^^^^^ constant.numeric.scala // ^^^^^^ constant.numeric.scala // ^^^^^^ constant.numeric.scala // ^^^^^^^ constant.numeric.scala // ^^^^^^^ constant.numeric.scala // ^^^^^^ constant.numeric.scala // ^^^^^^^ constant.numeric.scala // ^^^^^^^ constant.numeric.scala
The text was updated successfully, but these errors were encountered:
Fix scala#125: Highlight literals with dots and exponents
526aa69
ccb8bbd
Merge pull request #126 from MaximeKjaer/fix-dot-exponent-literals
7900e8d
Fix #125: Highlight literals with dots and exponents
55d7c5a
MaximeKjaer
Successfully merging a pull request may close this issue.
The dot should be highlighted as part of the literal:
The text was updated successfully, but these errors were encountered: