Skip to content
New issue

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

Stream operator highlighting bug #60

Open
the21st opened this issue May 11, 2016 · 2 comments
Open

Stream operator highlighting bug #60

the21st opened this issue May 11, 2016 · 2 comments

Comments

@the21st
Copy link

the21st commented May 11, 2016

Hi!

The #:: operator (method) is used for concatenating Streams, but it's not highlighted correctly:

lazy val oddNumbers: Stream[Int] = 1 #:: oddNumbers.map(_ + 2)
@arfon
Copy link

arfon commented Jul 15, 2016

@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

@Matt-Kantor-CK
Copy link

Matt-Kantor-CK commented Nov 23, 2017

Unfortunately the Atom grammar also currently highlights this incorrectly (in the same way as scala.tmbundle).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants