From dc19d64f0a0d4a354f0c50ec8939087897489be3 Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Mon, 4 May 2020 13:10:59 +0200 Subject: Specify cotributed semanticTokenTypes in package.json --- editors/code/package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/editors/code/package.json b/editors/code/package.json index 7ef727b9d..1cbd8d664 100644 --- a/editors/code/package.json +++ b/editors/code/package.json @@ -534,6 +534,10 @@ { "id": "unresolvedReference", "description": "Style for names which can not be resolved due to compilation errors" + }, + { + "id": "formatSpecifier", + "description": "Style for {} placeholders in format strings" } ], "semanticTokenModifiers": [ -- cgit v1.2.3