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
Hi!
The #:: operator (method) is used for concatenating Streams, but it's not highlighted correctly:
#::
lazy val oddNumbers: Stream[Int] = 1 #:: oddNumbers.map(_ + 2)
The text was updated successfully, but these errors were encountered:
@the21st - perhaps we should try out the Atom grammar for Linguist instead of this one? https://github.com/atom-community/language-scala
If you have a file that demonstrates this bug then you can see if the same issue exists with the Atom grammar by using Lightshow. This is the Atom grammar URL: https://github.com/atom-community/language-scala/blob/master/grammars/scala.cson
Sorry, something went wrong.
Unfortunately the Atom grammar also currently highlights this incorrectly (in the same way as scala.tmbundle).
No branches or pull requests
Hi!
The
#::
operator (method) is used for concatenating Streams, but it's not highlighted correctly:The text was updated successfully, but these errors were encountered: