Skip to content

JS parentheses in string templates use string color #162

Closed
@kufii

Description

@kufii

photo_2019-10-08_13-19-35

See the parens on line 6?

I did the following workaround in my settings.json to fix it

{
  "editor.tokenColorCustomizations": {
    "textMateRules": [
      {
        "scope": [
          "meta.embedded.line.js meta.brace.square.js",
          "meta.embedded.line.js meta.brace.round.js"
        ],
        "settings": {
          "foreground": "#eceff4"
        }
      }
    ]
  }
}

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions