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
Currently Unit, Boolean, Byte, Char, Short, Int, Float, Long, Double, String and Symbol are colored as keywords. When written down it look like there is an error in the code. We should highlight them as types instead for homogeneity.
The text was updated successfully, but these errors were encountered:
the Symbol appears as a keyword. One could argue that this is highlighted as a scala.Symbol "primitive" but it is not as this symbol is defined that same file. It is impossible to distinguish them syntactically, only the language server could take the decision to display them with a specific style.
Currently
Unit
,Boolean
,Byte
,Char
,Short
,Int
,Float
,Long
,Double
,String
andSymbol
are colored as keywords. When written down it look like there is an error in the code. We should highlight them as types instead for homogeneity.The text was updated successfully, but these errors were encountered: