## Compiler version ``` bash scalac -version Scala compiler version 3.0.0-M3 -- Copyright 2002-2020, LAMP/EPFL ``` ## Minimized code ```Scala type Id[A] = A ``` ## Output  But, if I type: ```scala type Id[A] ``` it just works fine:  ## Expectation Correctly highlighted. It may be related to #3814 #3987