You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've encountered this issue with the file project/Sbt.scala in sbt. The syntax
highlighting misses the end of comments of the form /* **/ so that the rest of
the file is highlighted as comment.
This can be reproduced with a two liner scala file:
/* **/
val hello="world"