diff options
Diffstat (limited to 'editors/code')
-rw-r--r-- | editors/code/package.json | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/editors/code/package.json b/editors/code/package.json index b013c3f4a..862de3210 100644 --- a/editors/code/package.json +++ b/editors/code/package.json | |||
@@ -460,14 +460,12 @@ | |||
460 | { | 460 | { |
461 | "selector": "typeAlias", | 461 | "selector": "typeAlias", |
462 | "scope": [ | 462 | "scope": [ |
463 | "entity.name.type", | ||
464 | "entity.name.typeAlias" | 463 | "entity.name.typeAlias" |
465 | ] | 464 | ] |
466 | }, | 465 | }, |
467 | { | 466 | { |
468 | "selector": "union", | 467 | "selector": "union", |
469 | "scope": [ | 468 | "scope": [ |
470 | "entity.name.type", | ||
471 | "entity.name.union" | 469 | "entity.name.union" |
472 | ] | 470 | ] |
473 | }, | 471 | }, |