Skip to content

Typescript not overwriting color customization #40706

Closed

Description

  • VSCode Version: 1.20.0-insider f911534
  • OS Version: Win10
"editor.tokenColorCustomizations": {
    "textMateRules": [
        {
            "name": "function call",
            "scope": [
                "meta.function-call support.function",
                "meta.function-call entity.name.function",
            ],
            "settings": {
                "foreground": "#40b18c"
            }
        },
    ],
}

typescritpt_f_call

It does work with more specific selector meta.function-call entity.name.function.ts.

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

Metadata

Assignees

Labels

bugIssue identified by VS Code Team member as probable buggrammarSyntax highlighting grammarverifiedVerification succeeded

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions