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
Is your feature request related to a problem? Please describe.
When the scala-cli doesn't require double quotes for using directives, Metals color keywords with the same color as values.
//> using dep com.lihaoyi::os-lib:0.9.1
//> using test.dep org.scalameta::munit::0.7.29
//> using toolkit latest
object Hello extends App {
println("Hello")
}
Describe the solution you'd like
Values are coloured with different color than keywords.