We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
scalac -version Scala compiler version 3.0.0-M3 -- Copyright 2002-2020, LAMP/EPFL
type Id[A] = A
But, if I type:
type Id[A]
it just works fine:
Correctly highlighted.
It may be related to #3814 #3987
The text was updated successfully, but these errors were encountered:
fix(scala#11202): special case LambdaTypeTree in syntax highlighting
23a9c39
This fixes scala#11202 and ensures that when a LambdaTypeTree is encountered we are only highlighting the actual type params.
fix(scala#11202): explicitly handle TypeTree in syntax highlighting
82ae5cc
b1e4267
Merge pull request #14518 from ckipp01/lambdaTypeTreeHighlighting
4f3d767
fix(#11202): special case type trees in syntax highlighting
1253563
Successfully merging a pull request may close this issue.
Compiler version
Minimized code
Output
But, if I type:
it just works fine:
Expectation
Correctly highlighted.
It may be related to #3814 #3987
The text was updated successfully, but these errors were encountered: