Syntax highlighting for variables in for-comprehension not working
The syntax highlighting for variables in for-comprehensions in Scala are not working properly, as they will fallback to "Default text".
E.g. the variable x, y in "for (x <- xs; y <- ys)" will not be highlighted.
Attachment(s):
syntax-hl.png
请先登录再写评论。
Fix will be available in the next update for IDEA 15: https://github.com/JetBrains/intellij-scala/commit/2abe1aa6d22453b6a819395bb61448615438a574
Best regards,
Alexander Podkhlayuzin.