Skip to content

JS parentheses in string templates use string color #162

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"
        }
      }
    ]
  }
}

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions