Skip to content

Syntax coloring for using directives without double quotes in Metals #2178

@lwronski

Description

@lwronski

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.
Screenshot 2023-06-01 at 10 43 07

//> 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    Status

    Done

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions