language-scala icon indicating copy to clipboard operation
language-scala copied to clipboard

Scala Code Comment highlighting in green to end of document if Equals not followed by a Space

Open techmag opened this issue 8 years ago • 0 comments

I think this issue might be reported with different triggers.

I did not see this particular trigger so I've added a new request in the hopes that it help clarify the problem(s).

I suspect that when one falls the rest will follow :)

Then again I'm an optimist...

In a line of Scala with an equals sign the "green -- ergo this is a comment" colouring goes to the end of the document IF the equals does not have a space after it.

atom -v
Atom    : 1.19.5
Electron: 1.6.9
Chrome  : 56.0.2924.87
Node    : 7.4.0

Sample one with space: GOOD

GOOD

Sample two without a space: BAD

BAD

techmag avatar Sep 07 '17 20:09 techmag