From 2a968d455406caa9ff0c7fa59e70153aac8b0999 Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Fri, 3 Apr 2020 12:24:11 +0200 Subject: Set semantic tokens supertypes --- editors/code/package.json | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'editors/code/package.json') diff --git a/editors/code/package.json b/editors/code/package.json index 88b7ee86a..595d6e378 100644 --- a/editors/code/package.json +++ b/editors/code/package.json @@ -488,7 +488,8 @@ }, { "id": "builtinType", - "description": "Style for builtin types" + "description": "Style for builtin types", + "superType": "type" }, { "id": "lifetime", @@ -496,11 +497,13 @@ }, { "id": "typeAlias", - "description": "Style for type aliases" + "description": "Style for type aliases", + "superType": "type" }, { "id": "union", - "description": "Style for C-style untagged unions" + "description": "Style for C-style untagged unions", + "superType": "type" } ], "semanticTokenModifiers": [ -- cgit v1.2.3